Skip to content

Commit e1acf87

Browse files
committed
remove a sentence #28701
1 parent 219eca1 commit e1acf87

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/doc/trpl/iterators.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -281,8 +281,7 @@ If you are trying to execute a closure on an iterator for its side effects,
281281
just use `for` instead.
282282

283283
There are tons of interesting iterator adapters. `take(n)` will return an
284-
iterator over the next `n` elements of the original iterator. Note that this
285-
has no side effect on the original iterator. Let's try it out with our infinite
284+
iterator over the next `n` elements of the original iterator. Let's try it out with our infinite
286285
iterator from before:
287286

288287
```rust

0 commit comments

Comments
 (0)