We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83f725f commit 91b36e4Copy full SHA for 91b36e4
src/expressions/loop-expr.md
@@ -148,7 +148,7 @@ for n in 1..11 {
148
assert_eq!(sum, 55);
149
```
150
151
-A for loop is equivalent to the following block expression.
+A `for` loop is equivalent to a `loop` expression containing a [`match` expression] as follows:
152
153
<!-- ignore: expansion example -->
154
```rust,ignore
0 commit comments