1
0
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:
Jiyong Park
2023-02-17 18:34:35 +09:00
committed by GitHub
parent eb57ba9e51
commit 92d00f2fd4
4 changed files with 5 additions and 5 deletions

View File

@@ -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