Skip to content

Commit 86dca06

Browse files
committed
Update /crates/typst-library/src/math/frac.rs
1 parent 901719d commit 86dca06

File tree

1 file changed

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

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,11 @@ pub struct FracElem {
3737
/// ```
3838
#[elem(title = "Binomial", Mathy)]
3939
pub struct BinomElem {
40-
/// 二項係数の上側の指数
40+
/// 二項係数の上側の数
4141
#[required]
4242
pub upper: Content,
4343

44-
/// 二項係数の下側の指数
44+
/// 二項係数の下側の数
4545
#[required]
4646
#[variadic]
4747
#[parse(

0 commit comments

Comments
 (0)