Skip to content

Commit b75bb8c

Browse files
author
gomazarashi
committed
baseの訳語を基底文字→基底要素に変更
1 parent 00db74e commit b75bb8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ use crate::foundations::{cast, elem, func, Content, NativeElement, SymbolElem};
33
use crate::layout::{Length, Rel};
44
use crate::math::Mathy;
55

6-
/// 基底文字にアクセントを付ける
6+
/// 基底要素にアクセントを付ける
77
///
88
/// # Example
99
/// ```example

0 commit comments

Comments
 (0)