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 f5d8172..a5ecd55 100644 --- a/src/emitter.rs +++ b/src/emitter.rs @@ -560,7 +560,7 @@ pub struct Doctype<O> { /// The source code span of the doctype. pub span: Range<O>, - /// The source offset of the pulic identifier. + /// The source offset of the public identifier. public_id_offset: O, /// The source offset of the system identifier. |