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