We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ce4c08 commit 54e5eaaCopy full SHA for 54e5eaa
1 file changed
src/lib.rs
@@ -238,7 +238,7 @@ where
238
/// let words: Vec<&str> = "Mary had a little lamb".split(' ').collect();
239
/// println!("{}", words[rand::random_range(..words.len())]);
240
/// ```
241
-/// Note that the first example can also be achieved (without `collect`'ing
+/// Note that the second example can also be achieved (without `collect`'ing
242
/// to a `Vec`) using [`seq::IteratorRandom::choose`].
243
#[cfg(feature = "thread_rng")]
244
#[inline]
0 commit comments