Fixed some spelling mistakes
This commit is contained in:
parent
81ba51fc3c
commit
452c79bac5
6 changed files with 11 additions and 11 deletions
|
|
@ -345,7 +345,7 @@ mod text_additions {
|
|||
use crate::text::DiffableStr;
|
||||
use std::borrow::Cow;
|
||||
|
||||
/// The text interface can produce changes over [`DiffableStr`] implemeting
|
||||
/// The text interface can produce changes over [`DiffableStr`] implementing
|
||||
/// values. As those are generic interfaces for different types of strings
|
||||
/// utility methods to make working with standard rust strings more enjoyable.
|
||||
impl<'s, T: DiffableStr + ?Sized> Change<'s, T> {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue