Skip to content

Commit

Permalink
Fix typo in docs for iterators
Browse files Browse the repository at this point in the history
  • Loading branch information
jruderman committed Sep 10, 2021
1 parent 497ee32 commit 81ff53f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/std/src/collections/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@
//! Iterators also provide a series of *adapter* methods for performing common
//! threads to sequences. Among the adapters are functional favorites like `map`,
//! `fold`, `skip` and `take`. Of particular interest to collections is the
//! `rev` adapter, that reverses any iterator that supports this operation. Most
//! `rev` adapter, which reverses any iterator that supports this operation. Most
//! collections provide reversible iterators as the way to iterate over them in
//! reverse order.
//!
Expand Down

0 comments on commit 81ff53f

Please sign in to comment.