Skip to content

Commit b33f405

Browse files
Update crates/typst-library/src/layout/layout.rs
Co-authored-by: Shunsuke KIMURA <[email protected]>
1 parent 4779d80 commit b33f405

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ use crate::foundations::{
99
use crate::introspection::Locatable;
1010
use crate::layout::{BlockElem, Size};
1111

12-
/// 外側のコンテナ(存在しなければページ)の寸法(幅と高さ)へのアクセスを提供します。
12+
/// 現在の外側のコンテナ(存在しなければページ)の寸法(幅と高さ)へのアクセスを提供します。
1313
///
1414
/// `width`と`height`という[`length`]型のキーを持つ辞書を単一の引数として受け取る関数を受け付けます。
1515
/// 関数には[context]が渡されるため、`context`キーワードと組み合わせて使用する必要はありません。

0 commit comments

Comments
 (0)