Fix a typo in the changelog

[skip ci]
This commit is contained in:
mrkkrp 2018-08-16 19:57:58 +07:00
parent 5054fe8f8b
commit 269ad9091f
No known key found for this signature in database
GPG Key ID: 8564658B2889FF7C

View File

@ -18,7 +18,7 @@
* `satisfy` does not depend on type of token, and so it now lives in
`Text.Megaparsec`.
* `anyToken` was renamed to `anySingle` and moved to `Text.Megaparsec`.
* `anyChar` was renamed to `anySingle` and moved to `Text.Megaparsec`.
* `notChar` was renamed to `anySingleBut` and moved to `Text.Megaparsec`.