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 8ef4d31 commit c2a9e26Copy full SHA for c2a9e26
crates/typst-library/src/foundations/args.rs
@@ -136,7 +136,7 @@ impl Args {
136
137
/// 最初の位置引数を取り出してキャストする。
138
///
139
- /// 位置変数が残っていなければ、`missing argument: {what}`エラーを返します。
+ /// 位置引数が残っていなければ、`missing argument: {what}`エラーを返します。
140
pub fn expect<T>(&mut self, what: &str) -> SourceResult<T>
141
where
142
T: FromValue<Spanned<Value>>,
0 commit comments