We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1bd37fe commit 8ef4d31Copy full SHA for 8ef4d31
crates/typst-library/src/foundations/args.rs
@@ -31,7 +31,7 @@ use crate::foundations::{
31
/// ```
32
///
33
/// # 引数の展開
34
-/// 引数シンクとは逆に、`..spread`演算子を使うと、を関数呼び出しにおいて引数や配列、
+/// 引数シンクとは逆に、`..spread`演算子を使うと、関数呼び出しにおいて引数や配列、
35
/// 辞書を展開して渡すことができます。
36
37
/// ```example
0 commit comments