diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/emitter.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emitter.rs b/src/emitter.rs index 0985403..f5d8172 100644 --- a/src/emitter.rs +++ b/src/emitter.rs @@ -548,7 +548,7 @@ pub struct Doctype<O> { /// [force-quirks flag]: https://html.spec.whatwg.org/multipage/parsing.html#force-quirks-flag pub force_quirks: bool, - /// The doctype's name. For HTML documents this is "html". + /// The doctype's name. For HTML documents this should be "html". pub name: String, /// The doctype's public identifier. |