Skip to content

Commit

Permalink
Update readme example
Browse files Browse the repository at this point in the history
  • Loading branch information
kennykerr committed Oct 20, 2022
1 parent 962d0a9 commit 1e14dc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ use windows::{

fn main() -> Result<()> {
let doc = XmlDocument::new()?;
doc.LoadXml(w!("<html>hello world</html>"))?;
doc.LoadXml(h!("<html>hello world</html>"))?;

let root = doc.DocumentElement()?;
assert!(root.NodeName()? == "html");
Expand Down

0 comments on commit 1e14dc4

Please sign in to comment.