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 56955e5 + 0476586 commit 3ad00c7Copy full SHA for 3ad00c7
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