diff --git a/src/Text/Parsing/Parser/Token.purs b/src/Text/Parsing/Parser/Token.purs index 023a864..a155b68 100644 --- a/src/Text/Parsing/Parser/Token.purs +++ b/src/Text/Parsing/Parser/Token.purs @@ -71,7 +71,7 @@ match tokpos tok = when tokpos (_ == tok) type LanguageDef = GenLanguageDef String Identity -- | The `GenLanguageDef` type is a record that contains all parameterizable --- | features of the "Text.Parsec.Token" module. The module `Text.Parsec.Languager` +-- | features of the "Text.Parsec.Token" module. The module `Text.Parsec.Language` -- | contains some default definitions. newtype GenLanguageDef s m = LanguageDef {