From 6a020bcc6b60ce754142e6a38c1f25aaf889ebcb Mon Sep 17 00:00:00 2001 From: Martin Fischer Date: Wed, 30 Aug 2023 03:51:13 +0200 Subject: docs: fix typo --- src/emitter.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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 { /// The source code span of the doctype. pub span: Range, - /// 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. -- cgit v1.2.3