Rename section to make local hyperlink work

This commit is contained in:
mrkkrp 2016-05-15 00:08:18 +07:00
parent 2062354709
commit d5b8d7755c

View File

@ -10,7 +10,7 @@
* [Features](#features)
* [Core features](#core-features)
* [Error messages](#error-messages)
* [Alex/Happy support](#alex/happy-support)
* [Alex and Happy support](#alex-and-happy-support)
* [Character parsing](#character-parsing)
* [Permutation parsing](#permutation-parsing)
* [Expression parsing](#expression-parsing)
@ -122,7 +122,7 @@ This new design allowed Megaparsec 5 to have much more helpful error
messages for indentation-sensitive parsing instead of plain “incorrect
indentation” phrase.
### Alex/Happy support
### Alex and Happy support
Megaparsec works well with streams of tokens produced by tools like
Alex/Happy. Megaparsec 5 adds `updatePos` method to `Stream` type class that