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 4779d80 commit b33f405Copy full SHA for b33f405
crates/typst-library/src/layout/layout.rs
@@ -9,7 +9,7 @@ use crate::foundations::{
9
use crate::introspection::Locatable;
10
use crate::layout::{BlockElem, Size};
11
12
-/// 外側のコンテナ(存在しなければページ)の寸法(幅と高さ)へのアクセスを提供します。
+/// 現在の外側のコンテナ(存在しなければページ)の寸法(幅と高さ)へのアクセスを提供します。
13
///
14
/// `width`と`height`という[`length`]型のキーを持つ辞書を単一の引数として受け取る関数を受け付けます。
15
/// 関数には[context]が渡されるため、`context`キーワードと組み合わせて使用する必要はありません。
0 commit comments