aboutsummaryrefslogtreecommitdiff
path: root/src/emitter.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/emitter.rs')
-rw-r--r--src/emitter.rs2
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.