Skip to content

Commit 4ccea58

Browse files
ultimatile3w36zj6
andauthored
Update crates/typst-library/src/foundations/func.rs
Co-authored-by: 3w36zj6 <[email protected]>
1 parent 8227ee1 commit 4ccea58

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/func.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ use crate::foundations::{
6767
/// 戻り値が明示的に与えられない場合、本体は`return`の前の式すべてを連結した結果として評価されます。
6868
///
6969
/// 意味のある値を何も返さない関数は、代わりに[`none`]を返します。
70-
/// このような関数の戻り値の型はドキュメント中では明示的に指定していません
70+
/// このような関数の戻り値の型はドキュメント中では明示的に指定されていません
7171
/// (この例としては[`array.push`]が該当します)。
7272
///
7373
/// ```example

0 commit comments

Comments
 (0)