Skip to content

Commit 1051d47

Browse files
authored
README.md: fix a trivial typo (#453)
1 parent 5e36725 commit 1051d47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ using the entire tag body.
141141
The grammar format is:
142142

143143
- `@<expr>` Capture expression into the field.
144-
- `@@` Recursively capture using the fields own type.
144+
- `@@` Recursively capture using the field’s own type.
145145
- `<identifier>` Match named lexer token.
146146
- `( ... )` Group.
147147
- `"..."` or `'...'` Match the literal (note that the lexer must emit tokens matching this literal exactly).

0 commit comments

Comments
 (0)