Skip to content

Commit aa53841

Browse files
author
gomazarashi
committed
被開数→被開平数へ変更
1 parent dabb0bb commit aa53841

File tree

1 file changed

+1
-1
lines changed
  • crates/typst-library/src/math

1 file changed

+1
-1
lines changed

crates/typst-library/src/math/root.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ pub fn sqrt(
2424
/// ```
2525
#[elem(Mathy)]
2626
pub struct RootElem {
27-
/// 被開数の何乗根を取るか
27+
/// 被開平数の何乗根を取るか
2828
#[positional]
2929
pub index: Option<Content>,
3030

0 commit comments

Comments
 (0)