diff options
author | Markus Unterwaditzer <markus-honeypot@unterwaditzer.net> | 2021-11-28 00:57:22 +0100 |
---|---|---|
committer | Markus Unterwaditzer <markus-honeypot@unterwaditzer.net> | 2021-11-28 00:57:22 +0100 |
commit | 0b1531f2187521361c6b0ba27a0117be85fa4187 (patch) | |
tree | f4bf4e322826c9e951844cec26425716991902fa /README.md | |
parent | cdfaceb7eb60f1458ca323f85bfe51bd46beea50 (diff) |
update wording
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |