mirror of https://github.com/rust-lang/rfcs.git
fix: small error
This commit is contained in:
parent
301da04cd7
commit
aa0118469c
|
@ -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 `..`,
|
||||
|
|
Loading…
Reference in New Issue