aboutsummaryrefslogtreecommitdiff
path: root/src/emitter.rs
diff options
context:
space:
mode:
authorMartin Fischer <martin@push-f.com>2023-08-30 03:51:13 +0200
committerMartin Fischer <martin@push-f.com>2023-09-03 23:00:05 +0200
commit6a020bcc6b60ce754142e6a38c1f25aaf889ebcb (patch)
treedb4100ede15ee7f14ab2f28bfc30a1b1d569c029 /src/emitter.rs
parent56195b4a52ee0f906fe2bcc26e2ffb52beede282 (diff)
docs: fix typo
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.