We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc4bb5f commit 1bb131cCopy full SHA for 1bb131c
src/doc/book/patterns.md
@@ -7,7 +7,7 @@ on a whirlwind tour of all of the things patterns can do!
7
[bindings]: variable-bindings.html
8
[match]: match.html
9
10
-A quick refresher; you can match against literals directly, and `_` acts as an
+A quick refresher: you can match against literals directly, and `_` acts as an
11
‘any’ case:
12
13
```rust
0 commit comments