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 0861abf commit bd2c042Copy full SHA for bd2c042
crates/typst-library/src/layout/measure.rs
@@ -47,7 +47,7 @@ pub fn measure(
47
/// これを`{auto}`に設定すると無限大の幅が利用可能であると見なされます。
48
///
49
/// この関数の`width`および`height`パラメーターを用いることは、コンテンツを有する大きさを持つ[`block`]を測定することと異なることを注意します。
50
- /// 以下の例では、後者はブロックの寸法ではなく、内側のコンテンツの寸法を取得します。
+ /// 以下の例では、前者はブロックの寸法ではなく、内側のコンテンツの寸法を取得します。
51
52
/// ```example
53
/// #context measure(lorem(100), width: 400pt)
0 commit comments