From 53acc588e6782d1b75f8472084da4c45dec8461d Mon Sep 17 00:00:00 2001 From: Mark Porter Date: Fri, 3 Jan 2025 13:16:06 -0500 Subject: [PATCH] fixed typo in docs considerations --- src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib.rs b/src/lib.rs index 3f16db8..dbadc05 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -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