aboutsummaryrefslogtreecommitdiffstats
path: root/src/construct/character_reference.rs
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/construct/character_reference.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/construct/character_reference.rs b/src/construct/character_reference.rs
index cd489a4..9393691 100644
--- a/src/construct/character_reference.rs
+++ b/src/construct/character_reference.rs
@@ -167,6 +167,7 @@ fn numeric(tokenizer: &mut Tokenizer) -> State {
/// Inside a character reference value, after the markers (`&#x`, `&#`, or
/// `&`) that define its kind, but before the `;`.
+///
/// The character reference kind defines what and how many characters are
/// allowed.
///