diff options
author | Martin Fischer <martin@push-f.com> | 2023-08-30 03:51:13 +0200 |
---|---|---|
committer | Martin Fischer <martin@push-f.com> | 2023-09-03 23:00:05 +0200 |
commit | 6a020bcc6b60ce754142e6a38c1f25aaf889ebcb (patch) | |
tree | db4100ede15ee7f14ab2f28bfc30a1b1d569c029 | |
parent | 56195b4a52ee0f906fe2bcc26e2ffb52beede282 (diff) |
docs: fix typo
-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. |