Skip to content

Commit bd2c042

Browse files
Update crates/typst-library/src/layout/measure.rs
Co-authored-by: Shunsuke KIMURA <[email protected]>
1 parent 0861abf commit bd2c042

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ pub fn measure(
4747
/// これを`{auto}`に設定すると無限大の幅が利用可能であると見なされます。
4848
///
4949
/// この関数の`width`および`height`パラメーターを用いることは、コンテンツを有する大きさを持つ[`block`]を測定することと異なることを注意します。
50-
/// 以下の例では、後者はブロックの寸法ではなく、内側のコンテンツの寸法を取得します。
50+
/// 以下の例では、前者はブロックの寸法ではなく、内側のコンテンツの寸法を取得します。
5151
///
5252
/// ```example
5353
/// #context measure(lorem(100), width: 400pt)

0 commit comments

Comments
 (0)