diff options
author | Martin Fischer <martin@push-f.com> | 2023-08-31 04:31:50 +0200 |
---|---|---|
committer | Martin Fischer <martin@push-f.com> | 2023-09-03 23:00:05 +0200 |
commit | 6f593fffaef3d1f539dd899579784c89182602b6 (patch) | |
tree | 685269f6044dbee6df58a7b841c8216375d4cedb /src/emitter.rs | |
parent | 41198ce17b8d4388105a021c1645823b8d24324b (diff) |
docs: document character reference resolution
Diffstat (limited to 'src/emitter.rs')
-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 3fbb9e2..f5c3ceb 100644 --- a/src/emitter.rs +++ b/src/emitter.rs @@ -568,7 +568,7 @@ pub enum Token<O> { StartTag(StartTag<O>), /// An HTML end tag. EndTag(EndTag<O>), - /// A literal string. + /// A literal string. Character references have been resolved. String(String), /// An HTML comment. Comment(Comment<O>), |