We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b83ef53 commit 3449b8fCopy full SHA for 3449b8f
crates/typst-library/src/layout/container.rs
@@ -55,7 +55,7 @@ pub struct BoxElem {
55
/// 詳細は[rectangleのドキュメント]($rect.fill)を参照してください。
56
pub fill: Option<Paint>,
57
58
- /// ボックスの境界線の色。
+ /// ボックスの枠線の色。
59
/// 詳細は[rectangleのドキュメント]($rect.stroke)を参照してください。
60
#[resolve]
61
#[fold]
@@ -248,7 +248,7 @@ pub struct BlockElem {
248
249
250
251
- /// ブロックの境界線の色。
+ /// ブロックの枠線の色。
252
253
254
0 commit comments