We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dab3be8 commit b8034ceCopy full SHA for b8034ce
crates/typst-library/src/math/root.rs
@@ -24,7 +24,7 @@ pub fn sqrt(
24
/// ```
25
#[elem(Mathy)]
26
pub struct RootElem {
27
- /// 被開平数の何乗根を取るか。
+ /// 被開方数の何乗根を取るか。
28
#[positional]
29
pub index: Option<Content>,
30
0 commit comments