diff --git a/html-tokenizer.cabal b/html-tokenizer.cabal
--- a/html-tokenizer.cabal
+++ b/html-tokenizer.cabal
@@ -1,7 +1,7 @@
 name:
   html-tokenizer
 version:
-  0.3.0.2
+  0.3.0.3
 synopsis:
   An "attoparsec"-based HTML tokenizer
 description:
diff --git a/library/HTMLTokenizer/Parser.hs b/library/HTMLTokenizer/Parser.hs
--- a/library/HTMLTokenizer/Parser.hs
+++ b/library/HTMLTokenizer/Parser.hs
@@ -31,7 +31,7 @@
   -- A closing tag.
   Token_ClosingTag Identifier |
   -- |
-  -- A text between tags with HTML-entities decoded.
+  -- A text between tags.
   Token_Text Text |
   -- |
   -- Contents of a comment.
