From 4a9e28eb2df398ffb619828994d0f722f99926b7 Mon Sep 17 00:00:00 2001 From: EvilDeaaaadd Date: Thu, 1 Aug 2019 21:54:30 +0300 Subject: [PATCH] Typo in owoify method docs --- src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib.rs b/src/lib.rs index d254fa8..a004316 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -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 {