Skip to content

Commit

Permalink
reference: mark that up to make it more clear it is a keyword
Browse files Browse the repository at this point in the history
  • Loading branch information
tshepang committed Sep 17, 2015
1 parent d2e13e8 commit 22fc5f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/doc/reference.md
Expand Up @@ -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;
Expand Down

0 comments on commit 22fc5f4

Please sign in to comment.