Skip to content

Commit 9b8cc8b

Browse files
Update crates/typst-library/src/foundations/calc.rs
Co-authored-by: Shunsuke KIMURA <[email protected]>
1 parent e6f7ace commit 9b8cc8b

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ cast! {
8989
v: Decimal => Self(Value::Decimal(v.abs()))
9090
}
9191

92-
/// べき乗
92+
/// 冪乗
9393
///
9494
/// ```example
9595
/// #calc.pow(2, 3) \

0 commit comments

Comments
 (0)