未验证 提交 d9fa3561 编写于 作者: M Manish Goregaokar 提交者: GitHub

Rollup merge of #89009 - tatami4:master, r=Mark-Simulacrum

Fix typo in `break` docs
......@@ -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 {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册