Skip to content

Commit

Permalink
printers.rs codespell fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
jtmoon79 committed Jan 17, 2023
1 parent 23d750d commit 184c831
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions src/printers.rs
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ pub use pñ;

/// **p**rintln! in a **f**unction with **o**ffset.
///
/// To signify printing wihtin a function.
/// To signify printing within a function.
/// Use to [`println!`] in a [function].
///
/// ```rust
Expand Down Expand Up @@ -959,7 +959,7 @@ pub use eñ;

/// **e**println! in a **f**unction with **o**ffset.
///
/// To signify printing wihtin a function.
/// To signify printing within a function.
/// Use to [`eprintln!`] in a [function].
///
/// ```rust
Expand Down Expand Up @@ -1131,7 +1131,7 @@ pub use efñ;
/// **e**println! in a **f**unction with **one** namespace levels and
/// **o**ffset.
///
/// To signify printing wihtin a function.
/// To signify printing within a function.
/// Use to [`eprintln!`] in a [function].
///
/// ```rust
Expand Down Expand Up @@ -1308,7 +1308,7 @@ pub use ef1ñ;
/// **e**println! in a **f**unction with **two** namespace levels and
/// **o**ffset.
///
/// To signify printing wihtin a function.
/// To signify printing within a function.
/// Use to [`eprintln!`] in a [function].
///
/// ```rust
Expand Down Expand Up @@ -1704,7 +1704,7 @@ pub use dpñ;

/// **d**ebug **p**rintln! in a **f**unction with **o**ffset.
///
/// To signify printing wihtin a function.
/// To signify printing within a function.
/// Use to [`println!`] in a [function].
///
/// ```rust
Expand Down Expand Up @@ -1896,7 +1896,7 @@ pub use dpfñ;
/// **d**ebug **p**rintln! in a **f**unction plus **one** namespace level with
/// **o**ffset.
///
/// To signify printing wihtin a function.
/// To signify printing within a function.
/// Use to [`println!`] in a [function].
///
/// ```rust
Expand Down Expand Up @@ -2089,7 +2089,7 @@ pub use dpf1ñ;
/// **d**ebug **p**rintln! in a **f**unction plus **two** namespace levels with
/// **o**ffset
///
/// To signify printing wihtin a function.
/// To signify printing within a function.
/// Use to [`println!`] in a [function].
///
/// ```rust
Expand Down Expand Up @@ -2505,7 +2505,7 @@ pub use deñ;

/// **d**ebug **e**println! in a **f**unction with **o**ffset.
///
/// To signify printing wihtin a function.
/// To signify printing within a function.
/// Use to [`eprintln!`] in a [function].
///
/// ```rust
Expand Down Expand Up @@ -2693,7 +2693,7 @@ pub use defñ;
/// **d**ebug **e**println! in a **f**unction plus **one** namespace level
/// with **o**ffset.
///
/// To signify printing wihtin a function.
/// To signify printing within a function.
/// Use to [`eprintln!`] in a [function].
///
/// ```rust
Expand Down Expand Up @@ -2886,7 +2886,7 @@ pub use def1ñ;
/// **d**ebug **e**println! in a **f**unction plus **two** namespace levels
/// with **o**ffset.
///
/// To signify printing wihtin a function.
/// To signify printing within a function.
/// Use to [`eprintln!`] in a [function].
///
/// ```rust
Expand Down

0 comments on commit 184c831

Please sign in to comment.