Skip to content

Commit 110c889

Browse files
committed
マークアップ内の用語を原文に戻した。
1 parent e0df147 commit 110c889

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
@@ -100,7 +100,7 @@ pub fn pow(
100100
span: Span,
101101
/// べき乗の底(てい)。
102102
///
103-
/// 値が[`10進小数`]の場合、指数は[整数]($int)でなければなりません。
103+
/// 値が[`decimal`]の場合、指数は[整数]($int)でなければなりません。
104104
base: DecNum,
105105
/// べき乗の指数。
106106
exponent: Spanned<Num>,

0 commit comments

Comments
 (0)