We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 84d384c + a452d02 commit d9fa356Copy full SHA for d9fa356
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