Skip to content

Commit 936512e

Browse files
author
Richard Dodd
committed
Fix typo
1 parent bd58672 commit 936512e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

markup5ever/build.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,7 @@ fn named_entities_to_phf(from: &Path, to: &Path) {
108108
/// use markup5ever::data::NAMED_ENTITIES;
109109
///
110110
/// assert_eq!(NAMED_ENTITIES.get("gt;").unwrap(), &(62, 0));
111+
/// ```
111112
"#).unwrap();
112113
write!(&mut file, "pub static NAMED_ENTITIES: Map<&'static str, (u32, u32)> = ").unwrap();
113114
phf_map.build(&mut file).unwrap();

0 commit comments

Comments
 (0)