diff --git a/src/text/abstraction.rs b/src/text/abstraction.rs index c155b32..ded1857 100644 --- a/src/text/abstraction.rs +++ b/src/text/abstraction.rs @@ -88,7 +88,7 @@ pub trait DiffableStr: Hash + PartialEq + PartialOrd + Ord + Eq + ToOwned { /// Slices the string. fn slice(&self, rng: Range) -> &Self; - /// Returns the strings as slice of raw bytes. + /// Returns the string as slice of raw bytes. fn as_bytes(&self) -> &[u8]; /// Checks if the string is empty.