Skip to content

Commit c680d23

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

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
@@ -68,7 +68,7 @@ use crate::foundations::{
6868
///
6969
/// 意味のある値を何も返さない関数は、代わりに[`none`]を返します。
7070
/// このような関数の戻り値の型はドキュメント中では明示的に指定していません
71-
/// (この例は[`array.push`]です)。
71+
/// (この例としては[`array.push`]が該当します)。
7272
///
7373
/// ```example
7474
/// #let alert(body, fill: red) = {

0 commit comments

Comments
 (0)