Fix docs · patricklam/verify-rust-std@bd11b3d (original) (raw)

Skip to content

Provide feedback

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Commit bd11b3d

File tree

1 file changed

lines changed

1 file changed

lines changed

Lines changed: 1 addition & 1 deletion

Original file line number Diff line number Diff line change
@@ -823,7 +823,7 @@ pub trait Iterator {
823 823 ///
824 824 /// Given an element the closure must return `true` or `false`. The returned
825 825 /// iterator will yield only the elements for which the closure returns
826 - /// true.
826 + /// `true`.
827 827 ///
828 828 /// # Examples
829 829 ///