Skip to content

Commit 0a12c70

Browse files
committed
change struct description to pred.normalize() for consistency
1 parent 73acc29 commit 0a12c70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/str/normalize.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ use std::iter::FromIterator;
1515
#[derive(Debug, Clone, Copy, PartialEq, Eq)]
1616
/// Predicate adapter that normalizes the newlines contained in the variable being tested.
1717
///
18-
/// This is created by `pred.normalized()`.
18+
/// This is created by `pred.normalize()`.
1919
pub struct NormalizedPredicate<P>
2020
where
2121
P: Predicate<str>,

0 commit comments

Comments
 (0)