We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8aa621a commit 6406dcbCopy full SHA for 6406dcb
src/doc/trpl/iterators.md
@@ -44,7 +44,7 @@ own iterator involves implementing the `Iterator` trait. While doing that is
44
outside of the scope of this guide, Rust provides a number of useful iterators
45
to accomplish various tasks. But first, a few notes about limitations of ranges.
46
47
-Ranges are very primitive, and we often can use better alternatives. Consider
+Ranges are very primitive, and we often can use better alternatives. Consider the
48
following Rust anti-pattern: using ranges to emulate a C-style `for` loop. Let’s
49
suppose you needed to iterate over the contents of a vector. You may be tempted
50
to write this:
0 commit comments