Skip to content

Commit

Permalink
Fix typo in break docs
Browse files Browse the repository at this point in the history
  • Loading branch information
yjhn authored Sep 16, 2021
1 parent 2b5ddf3 commit a452d02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/std/src/keyword_docs.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit a452d02

Please sign in to comment.