Skip to content

Commit 22fc5f4

Browse files
committed
reference: mark that up to make it more clear it is a keyword
1 parent d2e13e8 commit 22fc5f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/doc/reference.md

+1-1
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)