Skip to content

Commit cd5870f

Browse files
committed
Rollup merge of rust-lang#28471 - tshepang:markup, r=steveklabnik
2 parents fcfcee1 + 22fc5f4 commit cd5870f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/doc/reference.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3087,7 +3087,7 @@ loops](#infinite-loops), [break expressions](#break-expressions), and
30873087
A `for` expression is a syntactic construct for looping over elements provided
30883088
by an implementation of `std::iter::IntoIterator`.
30893089

3090-
An example of a for loop over the contents of an array:
3090+
An example of a `for` loop over the contents of an array:
30913091

30923092
```
30933093
# type Foo = i32;

0 commit comments

Comments
 (0)