summaryrefslogtreecommitdiff
path: root/src/HTML5/Parser/CharacterReference.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/HTML5/Parser/CharacterReference.php')
-rw-r--r--src/HTML5/Parser/CharacterReference.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/HTML5/Parser/CharacterReference.php b/src/HTML5/Parser/CharacterReference.php
index 3ecfba4..490b548 100644
--- a/src/HTML5/Parser/CharacterReference.php
+++ b/src/HTML5/Parser/CharacterReference.php
@@ -21,7 +21,7 @@ class CharacterReference
/**
* Given a name (e.g. 'amp'), lookup the UTF-8 character ('&').
*
- * @param string $name The name to look up
+ * @param string $name The name to look up.
*
* @return string The character sequence. In UTF-8 this may be more than one byte.
*/