Skip to content

Commit d9fa356

Browse files
authored
Rollup merge of rust-lang#89009 - tatami4:master, r=Mark-Simulacrum
Fix typo in `break` docs
2 parents 84d384c + a452d02 commit d9fa356

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/std/src/keyword_docs.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ mod as_keyword {}
7777
/// '_inner: for j in 1..=200 {
7878
/// println!(" inner iteration (j): {}", j);
7979
/// if j >= 3 {
80-
/// // breaks from inner loop, let's outer loop continue.
80+
/// // breaks from inner loop, lets outer loop continue.
8181
/// break;
8282
/// }
8383
/// if i >= 2 {

0 commit comments

Comments
 (0)