We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 497ee32 commit 81ff53fCopy full SHA for 81ff53f
library/std/src/collections/mod.rs
@@ -239,7 +239,7 @@
239
//! Iterators also provide a series of *adapter* methods for performing common
240
//! threads to sequences. Among the adapters are functional favorites like `map`,
241
//! `fold`, `skip` and `take`. Of particular interest to collections is the
242
-//! `rev` adapter, that reverses any iterator that supports this operation. Most
+//! `rev` adapter, which reverses any iterator that supports this operation. Most
243
//! collections provide reversible iterators as the way to iterate over them in
244
//! reverse order.
245
//!
0 commit comments