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.
2 parents 7eaf747 + 130ce49 commit 8385f3bCopy full SHA for 8385f3b
library/core/src/iter/traits/iterator.rs
@@ -823,7 +823,7 @@ pub trait Iterator {
823
///
824
/// Given an element the closure must return `true` or `false`. The returned
825
/// iterator will yield only the elements for which the closure returns
826
- /// true.
+ /// `true`.
827
828
/// # Examples
829
0 commit comments