Skip to content

Commit

Permalink
docs: Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
epage committed Jul 26, 2024
1 parent c905bcf commit 6b870f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/str/adapters.rs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ use crate::reflection;
use crate::str::normalize::NormalizedPredicate;
use crate::Predicate;

/// Predicate adaper that trims the variable being tested.
/// Predicate adapter that trims the variable being tested.
///
/// This is created by `pred.trim()`.
#[derive(Debug, Clone, Copy, PartialEq, Eq)]
Expand Down Expand Up @@ -58,7 +58,7 @@ where
}
}

/// Predicate adaper that converts a `str` predicate to byte predicate.
/// Predicate adapter that converts a `str` predicate to byte predicate.
///
/// This is created by `pred.from_utf8()`.
#[derive(Debug, Clone, Copy, PartialEq, Eq)]
Expand Down

0 comments on commit 6b870f7

Please sign in to comment.