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 bf4ddf7 commit 1bd37feCopy full SHA for 1bd37fe
crates/typst-library/src/foundations/args.rs
@@ -78,7 +78,7 @@ impl Args {
78
self.items.iter().filter(|slot| slot.name.is_none()).count()
79
}
80
81
- /// 指定したインデックスに一引数を挿入します。
+ /// 指定したインデックスに位置引数を挿入します。
82
pub fn insert(&mut self, index: usize, span: Span, value: Value) {
83
self.items.insert(
84
index,
0 commit comments