Rollup merge of #28471 - tshepang:markup, r=steveklabnik
This commit is contained in:
commit
cd5870f3a3
1 changed files with 1 additions and 1 deletions
|
|
@ -3087,7 +3087,7 @@ loops](#infinite-loops), [break expressions](#break-expressions), and
|
|||
A `for` expression is a syntactic construct for looping over elements provided
|
||||
by an implementation of `std::iter::IntoIterator`.
|
||||
|
||||
An example of a for loop over the contents of an array:
|
||||
An example of a `for` loop over the contents of an array:
|
||||
|
||||
```
|
||||
# type Foo = i32;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue