File tree 4 files changed +4
-4
lines changed
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ pub struct IsClosePredicate {
25
25
impl IsClosePredicate {
26
26
/// Set the amount of error allowed.
27
27
///
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
29
29
/// need to set `IsClosePredicate::epsilon` separately from `IsClosePredicate::ulps`.
30
30
///
31
31
/// # Examples
Original file line number Diff line number Diff line change 8
8
9
9
//! Float Predicates
10
10
//!
11
- //! This module contains predicates specifiuc to string handling.
11
+ //! This module contains predicates specific to string handling.
12
12
13
13
#[ cfg( feature = "float-cmp" ) ]
14
14
mod close;
Original file line number Diff line number Diff line change 8
8
9
9
//! Path Predicates
10
10
//!
11
- //! This module contains predicates specifiuc to the file system.
11
+ //! This module contains predicates specific to the file system.
12
12
13
13
mod existence;
14
14
pub use self :: existence:: { exists, missing, ExistencePredicate } ;
Original file line number Diff line number Diff line change 8
8
9
9
//! String Predicates
10
10
//!
11
- //! This module contains predicates specifiuc to string handling.
11
+ //! This module contains predicates specific to string handling.
12
12
13
13
#[ cfg( feature = "difference" ) ]
14
14
mod difference;
You can’t perform that action at this time.
0 commit comments