Skip to content

Commit 0a6d632

Browse files
committed
chore: Fix typos
1 parent fc9521a commit 0a6d632

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

src/predicate/float/close.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ pub struct IsClosePredicate {
2525
impl 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

src/predicate/float/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
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")]
1414
mod close;

src/predicate/path/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
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
1313
mod existence;
1414
pub use self::existence::{exists, missing, ExistencePredicate};

src/predicate/str/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
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")]
1414
mod difference;

0 commit comments

Comments
 (0)