mirror of
https://github.com/mrkkrp/megaparsec.git
synced 2024-12-03 03:29:20 +03:00
Merge pull request #114 from mccain/grammar-mistake-lexer
Add missing "to" to documentation
This commit is contained in:
commit
c7c61dfab8
@ -81,7 +81,7 @@ import Control.Applicative ((<$>), (<*), (*>), (<*>), pure)
|
||||
--
|
||||
-- @spaceChar@ is used to parse trivial space characters. You can use
|
||||
-- 'C.spaceChar' from "Text.Megaparsec.Char" for this purpose as well as
|
||||
-- your own parser (if you don't want automatically consume newlines, for
|
||||
-- your own parser (if you don't want to automatically consume newlines, for
|
||||
-- example).
|
||||
--
|
||||
-- @lineComment@ is used to parse line comments. You can use
|
||||
|
Loading…
Reference in New Issue
Block a user