We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4356220 commit 0476586Copy full SHA for 0476586
src/doc/trpl/if-let.md
@@ -65,7 +65,7 @@ loop as long as a value matches a certain pattern. It turns code like this:
65
loop {
66
match option {
67
Some(x) => println!("{}", x),
68
- _ => break,
+ _ => break,
69
}
70
71
```
0 commit comments