Skip to content

Commit 7411691

Browse files
Update crates/typst-library/src/foundations/func.rs
Co-authored-by: Shunsuke KIMURA <[email protected]>
1 parent ce3743a commit 7411691

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
@@ -66,7 +66,7 @@ use crate::foundations::{
6666
/// 関数本体内では、`return`キーワードを用いて処理を途中で抜け出したり、必要に応じて戻り値を指定して返したりできます。
6767
/// 戻り値が明示的に与えられない場合、本体は`return`の前の式すべてを結合した結果として評価されます。
6868
///
69-
/// 関数は何も意味のある値を返さない代わりに[`none`]を返します。
69+
/// 意味のある値を何も返さない関数は、代わりに[`none`]を返します。
7070
/// このような関数の戻り値の型はドキュメント中では明示的に指定していません
7171
/// (この例は[`array.push`]です)。
7272
///

0 commit comments

Comments
 (0)