Skip to content

Commit b8034ce

Browse files
gomazarashigomazarashi
authored andcommitted
radicandの訳を被開方数に変更
1 parent dab3be8 commit b8034ce

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)