Skip to content

Commit fc07b90

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

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
@@ -136,7 +136,7 @@ impl Args {
136136

137137
/// 最初の位置引数を取り出してキャストする。
138138
///
139-
/// 位置変数が残っていなければ、`missing argument: {what}`エラーを返します。
139+
/// 位置引数が残っていなければ、`missing argument: {what}`エラーを返します。
140140
pub fn expect<T>(&mut self, what: &str) -> SourceResult<T>
141141
where
142142
T: FromValue<Spanned<Value>>,

0 commit comments

Comments
 (0)