Skip to content

Commit 88164d2

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

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
@@ -98,7 +98,7 @@ cast! {
9898
#[func(title = "Power")]
9999
pub fn pow(
100100
span: Span,
101-
/// べき乗の底(てい)。
101+
/// 冪乗の底(てい)。
102102
///
103103
/// 値が[`decimal`]の場合、指数は[整数]($int)でなければなりません。
104104
base: DecNum,

0 commit comments

Comments
 (0)