Skip to content

Commit

Permalink
Fix docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
alecthomas committed Mar 24, 2023
1 parent f07d82d commit a3dc15b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -600,7 +600,7 @@ There are a few areas where Participle can provide useful feedback to users of y
populated from the nearest matching token.
4. Any node in the AST containing a field `EndPos lexer.Position` [^1] will be
automatically populated from the token at the end of the node.
5. Any node in the AST containing a field `Tokens []lexer.Token` [^1] will be automatically
5. Any node in the AST containing a field `Tokens []lexer.Token` will be automatically
populated with _all_ tokens captured by the node, _including_ elided tokens.

[^1]: Either the concrete type or a type convertible to it, allowing user defined types to be used.
Expand Down

0 comments on commit a3dc15b

Please sign in to comment.