We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e36725 commit 1051d47Copy full SHA for 1051d47
README.md
@@ -141,7 +141,7 @@ using the entire tag body.
141
The grammar format is:
142
143
- `@<expr>` Capture expression into the field.
144
-- `@@` Recursively capture using the fields own type.
+- `@@` Recursively capture using the field’s own type.
145
- `<identifier>` Match named lexer token.
146
- `( ... )` Group.
147
- `"..."` or `'...'` Match the literal (note that the lexer must emit tokens matching this literal exactly).
0 commit comments