Fix typo in doc on quotes parameter of smartquote (#6779)
This commit is contained in:
parent
f6c6c68902
commit
880e69b0c8
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue