fix: small error

This commit is contained in:
0xflotus 2020-12-27 05:02:38 +01:00 committed by GitHub
parent 301da04cd7
commit aa0118469c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ In particular, the `pat` macro matcher will now accept `..` and `IDENT @ ..`.
# Guide-level explanation
[guide-level-explanation]: #guide-level-explanation
`..` becomes a pattern syntacticaly.
`..` becomes a pattern syntactically.
The notable consequences of this are listed below.
- `pat` macro matcher will now accept `..` and more complex pattern containing `..`,