aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Unterwaditzer <markus-honeypot@unterwaditzer.net>2021-11-28 00:57:22 +0100
committerMarkus Unterwaditzer <markus-honeypot@unterwaditzer.net>2021-11-28 00:57:22 +0100
commit0b1531f2187521361c6b0ba27a0117be85fa4187 (patch)
treef4bf4e322826c9e951844cec26425716991902fa
parentcdfaceb7eb60f1458ca323f85bfe51bd46beea50 (diff)
update wording
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index c608735..8f4567c 100644
--- a/README.md
+++ b/README.md
@@ -48,8 +48,8 @@ test suite](https://github.com/html5lib/html5lib-tests/tree/master/tokenizer). S
* `html5gum` **does not** generally qualify as a browser-grade HTML *parser* as
per the WHATWG spec. This can change in the future.
-With those caveats in mind, `html5gum` can pretty much parse any syntactical
-mess that browsers can, because that's what a tokenizer does.
+With those caveats in mind, `html5gum` can pretty much ~parse~ _tokenize_
+anything that browsers can.
## The `Emitter` trait