Skip to content

Commit e7ddb47

Browse files
committed
docs: apply textlint suggestions
1 parent c6a2e77 commit e7ddb47

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ pub fn sqrt(
1717
RootElem::new(radicand).pack().spanned(span)
1818
}
1919

20-
/// 累乗根
20+
/// 冪根
2121
///
2222
/// ```example
2323
/// $ root(3, x) $

docs/reference/groups.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
path: ["math"]
6060
filter: ["root", "sqrt"]
6161
details: |
62-
平方根とその他の累乗根
62+
平方根とその他の冪根
6363
6464
# 例
6565
```example

0 commit comments

Comments
 (0)