From 880e69b0c840cd0d2f0c51e72966ab72c008e713 Mon Sep 17 00:00:00 2001 From: ultimatile Date: Mon, 18 Aug 2025 16:41:39 +0900 Subject: [PATCH] Fix typo in doc on quotes parameter of smartquote (#6779) --- crates/typst-library/src/text/smartquote.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/typst-library/src/text/smartquote.rs b/crates/typst-library/src/text/smartquote.rs index a43335aee..88abe77e4 100644 --- a/crates/typst-library/src/text/smartquote.rs +++ b/crates/typst-library/src/text/smartquote.rs @@ -71,7 +71,7 @@ pub struct SmartQuoteElem { /// opening and closing double quotes (characters here refer to Unicode /// grapheme clusters) /// - [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 /// /// ```example