We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
break
1 parent 2b5ddf3 commit a452d02Copy full SHA for a452d02
library/std/src/keyword_docs.rs
@@ -77,7 +77,7 @@ mod as_keyword {}
77
/// '_inner: for j in 1..=200 {
78
/// println!(" inner iteration (j): {}", j);
79
/// if j >= 3 {
80
-/// // breaks from inner loop, let's outer loop continue.
+/// // breaks from inner loop, lets outer loop continue.
81
/// break;
82
/// }
83
/// if i >= 2 {
0 commit comments