From 25acefeb5b0cf0977ad01fe3128d494d9617a2cf Mon Sep 17 00:00:00 2001 From: Kian-Meng Ang Date: Wed, 22 Mar 2023 16:02:51 +0800 Subject: Fix typos (#115) Found via `codespell -S target -L crate,ist,thi,alle,dedented,ue,tung,nd,ende,overriden,dependant` --- library/src/text/quotes.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'library/src/text') diff --git a/library/src/text/quotes.rs b/library/src/text/quotes.rs index be923304..97b07746 100644 --- a/library/src/text/quotes.rs +++ b/library/src/text/quotes.rs @@ -109,7 +109,7 @@ fn is_opening_bracket(c: char) -> bool { matches!(c, '(' | '{' | '[') } -/// Decides which quotes to subtitute smart quotes with. +/// Decides which quotes to substitute smart quotes with. pub struct Quotes<'s> { /// The opening single quote. pub single_open: &'s str, -- cgit v1.2.3