Skip to content

Commit 6a95859

Browse files
authored
Merge pull request #2374 from Dev380/master
Reword Chapter 6 page 2, match
2 parents 84ee234 + 41d9f4c commit 6a95859

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ch06-02-match.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ list before the `_` placeholder.
204204
However, the `match` expression can be a bit wordy in a situation in which we
205205
care about only *one* of the cases. For this situation, Rust provides `if let`.
206206

207-
More about patterns, and matching can be found in [chapter 18][ch18-00-patterns].
207+
More about patterns and matching can be found in [chapter 18][ch18-00-patterns].
208208

209209
[ch18-00-patterns]:
210210
ch18-00-patterns.html

0 commit comments

Comments
 (0)