Skip to content

Commit

Permalink
fixed typo in docs considerations
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark Porter committed Jan 3, 2025
1 parent 2dce211 commit 53acc58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ use crate::{
/// }
/// ```
///
/// ## Performance considations
/// ## Performance considerations
/// Generally speaking, this crate assumes that the [`Render`] implementation is quite
/// fast. For each item, the [`Render`] implementation is first called to generate the match
/// objects, and then if the item is not ASCII, [`Render`] is called again in order to render
Expand Down

0 comments on commit 53acc58

Please sign in to comment.