Skip to content

Commit d0d6b2c

Browse files
ultimatile3w36zj6
andauthored
Update crates/typst-library/src/foundations/cast.rs
Co-authored-by: 3w36zj6 <[email protected]>
1 parent dc26fa6 commit d0d6b2c

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

crates/typst-library/src/foundations/cast.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -490,7 +490,7 @@ cast! {
490490
"fence" => MathClass::Fence,
491491
/// `sum`のような大型演算子。
492492
"large" => MathClass::Large,
493-
/// `=`や`prec`のような関係
493+
/// `=`や`prec`のような関係記号
494494
"relation" => MathClass::Relation,
495495
/// `not`のような単項演算子。
496496
"unary" => MathClass::Unary,

0 commit comments

Comments
 (0)