Skip to content

Commit

Permalink
Fix typo "assemble then" -> "assemble them"
Browse files Browse the repository at this point in the history
  • Loading branch information
lewisbelcher authored and Geal committed Jun 19, 2021
1 parent 83eb218 commit 9bc1712
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 @@ -158,7 +158,7 @@ software like [lex](https://en.wikipedia.org/wiki/Lex_(software)) and
[yacc](https://en.wikipedia.org/wiki/Yacc). Instead of writing the grammar
in a separate file and generating the corresponding code, you use very
small functions with very specific purpose, like "take 5 bytes", or
"recognize the word 'HTTP'", and assemble then in meaningful patterns
"recognize the word 'HTTP'", and assemble them in meaningful patterns
like "recognize 'HTTP', then a space, then a version".
The resulting code is small, and looks like the grammar you would have
written with other parser approaches.
Expand Down

0 comments on commit 9bc1712

Please sign in to comment.