Skip to content

Commit

Permalink
Rollup merge of #88807 - jruderman:which_reverses, r=joshtriplett
Browse files Browse the repository at this point in the history
Fix typo in docs for iterators
  • Loading branch information
Manishearth authored Sep 10, 2021
2 parents 3aaec55 + 81ff53f commit 0055303
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 0055303

Please sign in to comment.