Fix typo in doc on quotes parameter of smartquote (#6779)

This commit is contained in:
ultimatile 2025-08-18 16:41:39 +09:00 committed by GitHub
parent f6c6c68902
commit 880e69b0c8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -71,7 +71,7 @@ pub struct SmartQuoteElem {
/// opening and closing double quotes (characters here refer to Unicode /// opening and closing double quotes (characters here refer to Unicode
/// grapheme clusters) /// grapheme clusters)
/// - [array]: an array containing the opening and closing double quotes /// - [array]: an array containing the opening and closing double quotes
/// - [dictionary]: an array containing the double and single quotes, each /// - [dictionary]: a dictionary containing the double and single quotes, each
/// specified as either `{auto}`, string, or array /// specified as either `{auto}`, string, or array
/// ///
/// ```example /// ```example