Skip to content

Commit 0055303

Browse files
authored
Rollup merge of #88807 - jruderman:which_reverses, r=joshtriplett
Fix typo in docs for iterators
2 parents 3aaec55 + 81ff53f commit 0055303

File tree

1 file changed

+1
-1
lines changed
  • library/std/src/collections

1 file changed

+1
-1
lines changed

library/std/src/collections/mod.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@
239239
//! Iterators also provide a series of *adapter* methods for performing common
240240
//! threads to sequences. Among the adapters are functional favorites like `map`,
241241
//! `fold`, `skip` and `take`. Of particular interest to collections is the
242-
//! `rev` adapter, that reverses any iterator that supports this operation. Most
242+
//! `rev` adapter, which reverses any iterator that supports this operation. Most
243243
//! collections provide reversible iterators as the way to iterate over them in
244244
//! reverse order.
245245
//!

0 commit comments

Comments
 (0)