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 b33f405 commit f895cafCopy full SHA for f895caf
crates/typst-library/src/layout/layout.rs
@@ -53,7 +53,7 @@ pub fn layout(
53
/// コンテナの大きさは`width`と`height`のキーを持つ[dictionary]として与えられます。
54
///
55
/// この関数は、`layout` によって返されるコンテンツが文書中に現れるたびに呼び出されます。
56
- /// これによりそのコンテナの寸法に依存するコンテンツを生成することが可能になります。
+ /// これによりそのコンテナの寸法に依存するコンテンツの生成が可能になります。
57
func: Func,
58
) -> Content {
59
LayoutElem::new(func).pack().spanned(span)
0 commit comments