Skip to content

Commit

Permalink
fixed typo in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Oppodelldog committed Dec 12, 2017
1 parent fb38c5b commit faa2e52
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 @@ -388,7 +388,7 @@ was no error:
### Dealing with Non-regular Tokens
`lexmachine` like most lexical analysis frameworks primarily deals with patterns
which an be represented by regular expressions. However, sometimes a language
which are represented by regular expressions. However, sometimes a language
has a token which is "non-regular." A pattern is non-regular if there is no
regular expression (or finite automata) which can express the pattern. For
instance, if you wanted to define a pattern which matches only consecutive
Expand Down

0 comments on commit faa2e52

Please sign in to comment.