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