Rollup merge of #89009 - tatami4:master, r=Mark-Simulacrum
Fix typo in `break` docs
This commit is contained in:
commit
d9fa3561b6
1 changed files with 1 additions and 1 deletions
|
@ -77,7 +77,7 @@ mod as_keyword {}
|
|||
/// '_inner: for j in 1..=200 {
|
||||
/// println!(" inner iteration (j): {}", j);
|
||||
/// if j >= 3 {
|
||||
/// // breaks from inner loop, let's outer loop continue.
|
||||
/// // breaks from inner loop, lets outer loop continue.
|
||||
/// break;
|
||||
/// }
|
||||
/// if i >= 2 {
|
||||
|
|
Loading…
Add table
Reference in a new issue