Fixed some spelling mistakes

This commit is contained in:
Armin Ronacher 2021-02-03 22:57:25 +01:00
parent 81ba51fc3c
commit 452c79bac5
6 changed files with 11 additions and 11 deletions

View file

@ -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> {