Skip to content

Commit 6792037

Browse files
ultimatileCopilot
andauthored
Update crates/typst-library/src/foundations/cast.rs
Co-authored-by: Copilot <[email protected]>
1 parent 45e171a commit 6792037

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
@@ -478,7 +478,7 @@ cast! {
478478
MathClass::Vary => "vary",
479479
MathClass::Special => "special",
480480
}),
481-
/// 特別なことがないデフォルトのクラス
481+
/// 特別でない要素のデフォルトクラス
482482
"normal" => MathClass::Normal,
483483
/// カンマなどの句読点。
484484
"punctuation" => MathClass::Punctuation,

0 commit comments

Comments
 (0)