Skip to content

Commit 1bd37fe

Browse files
sbtseijiCopilot
andcommitted
Update crates/typst-library/src/foundations/args.rs
Co-authored-by: Copilot <[email protected]>
1 parent bf4ddf7 commit 1bd37fe

File tree

1 file changed

+1
-1
lines changed
  • crates/typst-library/src/foundations

1 file changed

+1
-1
lines changed

crates/typst-library/src/foundations/args.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ impl Args {
7878
self.items.iter().filter(|slot| slot.name.is_none()).count()
7979
}
8080

81-
/// 指定したインデックスに一引数を挿入します
81+
/// 指定したインデックスに位置引数を挿入します
8282
pub fn insert(&mut self, index: usize, span: Span, value: Value) {
8383
self.items.insert(
8484
index,

0 commit comments

Comments
 (0)