We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 243e85f commit 4425422Copy full SHA for 4425422
src/doc/trpl/iterators.md
@@ -259,7 +259,7 @@ a new iterator. The simplest one is called `map`:
259
260
`map` is called upon another iterator, and produces a new iterator where each
261
element reference has the closure it's been given as an argument called on it.
262
-So this would give us the numbers from `2-100`. Well, almost! If you
+So this would give us the numbers from `2-101`. Well, almost! If you
263
compile the example, you'll get a warning:
264
265
```text
0 commit comments