You've already forked comprehensive-rust
mirror of
https://github.com/google/comprehensive-rust.git
synced 2025-09-16 09:36:41 +02:00
Fix typo: patten -> pattern (#430)
This commit is contained in:
@@ -23,7 +23,7 @@ The `_` pattern is a wildcard pattern which matches any value.
|
||||
<details>
|
||||
|
||||
Key Points:
|
||||
* You might point out how some specific characters are being used when in a patten
|
||||
* You might point out how some specific characters are being used when in a pattern
|
||||
* `|` as an `or`
|
||||
* `..` can expand as much as it needs to be
|
||||
* `1..=5` represents an inclusive range
|
||||
|
Reference in New Issue
Block a user