Skip to content

Commit 3449b8f

Browse files
committed
borderの訳語を統一
1 parent b83ef53 commit 3449b8f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

crates/typst-library/src/layout/container.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ pub struct BoxElem {
5555
/// 詳細は[rectangleのドキュメント]($rect.fill)を参照してください。
5656
pub fill: Option<Paint>,
5757

58-
/// ボックスの境界線の色
58+
/// ボックスの枠線の色
5959
/// 詳細は[rectangleのドキュメント]($rect.stroke)を参照してください。
6060
#[resolve]
6161
#[fold]
@@ -248,7 +248,7 @@ pub struct BlockElem {
248248
/// 詳細は[rectangleのドキュメント]($rect.fill)を参照してください。
249249
pub fill: Option<Paint>,
250250

251-
/// ブロックの境界線の色
251+
/// ブロックの枠線の色
252252
/// 詳細は[rectangleのドキュメント]($rect.stroke)を参照してください。
253253
#[resolve]
254254
#[fold]

0 commit comments

Comments
 (0)