Skip to content

Commit 0bb9b20

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

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
@@ -159,7 +159,7 @@ pub fn pow(
159159
#[func(title = "Exponential")]
160160
pub fn exp(
161161
span: Span,
162-
/// べき乗の指数
162+
/// 冪乗の指数
163163
exponent: Spanned<Num>,
164164
) -> SourceResult<f64> {
165165
match exponent.v {

0 commit comments

Comments
 (0)