Skip to content

Commit 26e1c54

Browse files
committed
Fix typo Attribtes -> Attributes
1 parent 24bd183 commit 26e1c54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xml5ever/src/tokenizer/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -404,7 +404,7 @@ impl <Sink:TokenSink> XmlTokenizer<Sink> {
404404
StartTag | EmptyTag => {},
405405
EndTag => {
406406
if !self.current_tag_attrs.is_empty() {
407-
self.emit_error(Borrowed("Attribtes on an end tag"));
407+
self.emit_error(Borrowed("Attributes on an end tag"));
408408
}
409409
},
410410
ShortTag => {

0 commit comments

Comments
 (0)