Skip to content

Commit

Permalink
Fixed a typo
Browse files Browse the repository at this point in the history
I removed the letter "s" from the phrase "uses a custom parsers" so that it now reads "uses a custom parser"
  • Loading branch information
richardartoul committed Apr 27, 2015
1 parent aca72ab commit addb3fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -578,7 +578,7 @@ The reasons are:
process actually modifies the input.

Unable to use the regular parsing techniques, the browser utilizes a custom
parsers for parsing HTML. The parsing algorithm is described in
parser for parsing HTML. The parsing algorithm is described in
detail by the HTML5 specification.

The algorithm consists of two stages: tokenization and tree construction.
Expand Down

0 comments on commit addb3fb

Please sign in to comment.