Skip to content

Commit 1411ec7

Browse files
committed
Fix typo.
1 parent 09eba8a commit 1411ec7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -402,7 +402,7 @@ impl<T, P: Predicate<T> + ?Sized, C: TypeStr + ?Sized> Refinement<T, P, C> {
402402
Self::refine(function(self.take()))
403403
}
404404

405-
/// Maps thte value of the refinement without checking the new value.
405+
/// Maps the value of the refinement without checking the new value.
406406
///
407407
/// # Safety
408408
///

0 commit comments

Comments
 (0)