File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ pub struct IsClosePredicate {
2525impl IsClosePredicate {
2626 /// Set the amount of error allowed.
2727 ///
28- /// Values `1`-`5` should work in most cases. Some times more control is needed and you will
28+ /// Values `1`-`5` should work in most cases. Sometimes more control is needed and you will
2929 /// need to set `IsClosePredicate::epsilon` separately from `IsClosePredicate::ulps`.
3030 ///
3131 /// # Examples
Original file line number Diff line number Diff line change 88
99//! Float Predicates
1010//!
11- //! This module contains predicates specifiuc to string handling.
11+ //! This module contains predicates specific to string handling.
1212
1313#[ cfg( feature = "float-cmp" ) ]
1414mod close;
Original file line number Diff line number Diff line change 88
99//! Path Predicates
1010//!
11- //! This module contains predicates specifiuc to the file system.
11+ //! This module contains predicates specific to the file system.
1212
1313mod existence;
1414pub use self :: existence:: { exists, missing, ExistencePredicate } ;
Original file line number Diff line number Diff line change 88
99//! String Predicates
1010//!
11- //! This module contains predicates specifiuc to string handling.
11+ //! This module contains predicates specific to string handling.
1212
1313#[ cfg( feature = "difference" ) ]
1414mod difference;
You can’t perform that action at this time.
0 commit comments