Skip to content

Commit

Permalink
Merge pull request #213 from kaznovac/patch-1
Browse files Browse the repository at this point in the history
doc(spelling): fix reentrance spelling in readme
  • Loading branch information
goetas committed Jan 11, 2023
2 parents 840783a + 5a1aa1c commit 5e0edf3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ issues known issues that are not presently on the roadmap:
- Scripts: This parser does not contain a JavaScript or a CSS
interpreter. While one may be supplied, not all features will be
supported.
- Rentrance: The current parser is not re-entrant. (Thus you can't pause
- Reentrance: The current parser is not re-entrant. (Thus you can't pause
the parser to modify the HTML string mid-parse.)
- Validation: The current tree builder is **not** a validating parser.
While it will correct some HTML, it does not check that the HTML
Expand Down

0 comments on commit 5e0edf3

Please sign in to comment.