diff --git a/parsley/js/rootdoc.md b/parsley/js/rootdoc.md index 6c2a23210..3e825f9e2 100644 --- a/parsley/js/rootdoc.md +++ b/parsley/js/rootdoc.md @@ -51,7 +51,7 @@ is defined as being an object which mocks a package): context-sensitive functionality in the form of state. - [[parsley.token `parsley.token`]] contains the [[parsley.token.Lexer `Lexer`]] class that provides a host of helpful lexing combinators when provided with the description of a language. - - [[parsley.position `parsley.position`]] contains parsers for extracting position information. + - [[parsley.position$ `parsley.position`]] contains parsers for extracting position information. - [[parsley.generic$ `parsley.generic`]] contains some basic implementations of the ''Parser Bridge'' pattern (see [[https://dl.acm.org/doi/10.1145/3550198.3550427 Design Patterns for Parser Combinators in Scala]],