mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-01 05:25:38 +00:00
Rollup merge of #89009 - tatami4:master, r=Mark-Simulacrum
Fix typo in `break` docs
This commit is contained in:
commit
d9fa3561b6
@ -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…
x
Reference in New Issue
Block a user