Skip to content

Commit 7bb45f8

Browse files
committed
update doc
1 parent 0ebd082 commit 7bb45f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/docs/manual_filter.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Using the `filter` method is clearer and more concise.
99
match Some(0) {
1010
Some(x) => if x % 2 == 0 {
1111
Some(x)
12-
else {
12+
} else {
1313
None
1414
},
1515
None => None,

0 commit comments

Comments
 (0)