Skip to content

Commit 9795918

Browse files
sbtseijiultimatile
andauthored
Update crates/typst-library/src/foundations/calc.rs
Co-authored-by: ultimatile <[email protected]>
1 parent 34ee52a commit 9795918

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
@@ -102,7 +102,7 @@ pub fn pow(
102102
///
103103
/// 値が[`decimal`]の場合、指数は[整数]($int)でなければなりません。
104104
base: DecNum,
105-
/// べき乗の指数
105+
/// 冪乗の指数
106106
exponent: Spanned<Num>,
107107
) -> SourceResult<DecNum> {
108108
match exponent.v {

0 commit comments

Comments
 (0)