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 7411691 commit c680d23Copy full SHA for c680d23
crates/typst-library/src/foundations/func.rs
@@ -68,7 +68,7 @@ use crate::foundations::{
68
///
69
/// 意味のある値を何も返さない関数は、代わりに[`none`]を返します。
70
/// このような関数の戻り値の型はドキュメント中では明示的に指定していません
71
-/// (この例は[`array.push`]です)。
+/// (この例としては[`array.push`]が該当します)。
72
73
/// ```example
74
/// #let alert(body, fill: red) = {
0 commit comments