We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
match
1 parent 0dcc413 commit ea9ae48Copy full SHA for ea9ae48
src/doc/book/patterns.md
@@ -1,7 +1,7 @@
1
% Patterns
2
3
Patterns are quite common in Rust. We use them in [variable
4
-bindings][bindings], [match statements][match], and other places, too. Let’s go
+bindings][bindings], [match expressions][match], and other places, too. Let’s go
5
on a whirlwind tour of all of the things patterns can do!
6
7
[bindings]: variable-bindings.html
0 commit comments