We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 84ee234 + 41d9f4c commit 6a95859Copy full SHA for 6a95859
src/ch06-02-match.md
@@ -204,7 +204,7 @@ list before the `_` placeholder.
204
However, the `match` expression can be a bit wordy in a situation in which we
205
care about only *one* of the cases. For this situation, Rust provides `if let`.
206
207
-More about patterns, and matching can be found in [chapter 18][ch18-00-patterns].
+More about patterns and matching can be found in [chapter 18][ch18-00-patterns].
208
209
[ch18-00-patterns]:
210
ch18-00-patterns.html
0 commit comments