Typo in owoify method docs

This commit is contained in:
EvilDeaaaadd 2019-08-01 21:54:30 +03:00
parent 307ab0f181
commit 4a9e28eb2d
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ impl OwOifiable for String {
/// # Examples
///
/// ```
/// use use owoify::OwOifiable;
/// use owoify::OwOifiable;
/// let owoified = String::from("Example text").owoify();
/// ```
fn owoify(&self) -> Self {