diff options
Diffstat (limited to 'library/src/text')
| -rw-r--r-- | library/src/text/quotes.rs | 2 |
1 files changed, 1 insertions, 1 deletions
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, |
