Typo in owoify method docs
This commit is contained in:
parent
307ab0f181
commit
4a9e28eb2d
|
@ -29,7 +29,7 @@ impl OwOifiable for String {
|
||||||
/// # Examples
|
/// # Examples
|
||||||
///
|
///
|
||||||
/// ```
|
/// ```
|
||||||
/// use use owoify::OwOifiable;
|
/// use owoify::OwOifiable;
|
||||||
/// let owoified = String::from("Example text").owoify();
|
/// let owoified = String::from("Example text").owoify();
|
||||||
/// ```
|
/// ```
|
||||||
fn owoify(&self) -> Self {
|
fn owoify(&self) -> Self {
|
||||||
|
|
Loading…
Reference in New Issue