Skip to content

Commit 32469e2

Browse files
authored
Merge pull request #3043 from 0xflotus/patch-1
fix: small error
2 parents 301da04 + aa01184 commit 32469e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

text/2707-dotdot-patterns.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ In particular, the `pat` macro matcher will now accept `..` and `IDENT @ ..`.
1717
# Guide-level explanation
1818
[guide-level-explanation]: #guide-level-explanation
1919

20-
`..` becomes a pattern syntacticaly.
20+
`..` becomes a pattern syntactically.
2121
The notable consequences of this are listed below.
2222

2323
- `pat` macro matcher will now accept `..` and more complex pattern containing `..`,

0 commit comments

Comments
 (0)