1
Fork 0
This commit is contained in:
harryscholes 2024-07-26 16:09:17 +01:00
parent 355efacf0d
commit 130ce490f5

View file

@ -823,7 +823,7 @@ pub trait Iterator {
/// ///
/// Given an element the closure must return `true` or `false`. The returned /// Given an element the closure must return `true` or `false`. The returned
/// iterator will yield only the elements for which the closure returns /// iterator will yield only the elements for which the closure returns
/// true. /// `true`.
/// ///
/// # Examples /// # Examples
/// ///