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 ee86dd7 commit 5cbfc51Copy full SHA for 5cbfc51
crates/typst-library/src/layout/columns.rs
@@ -62,7 +62,7 @@ impl Show for Packed<ColumnsElem> {
62
63
/// 強制的な段の区切り。
64
///
65
-/// この関数は、一段組かページ中の最後の段で使用されると、[ページ区切り]($pagebreak)と同じように振る舞います。それ以外の場合、段区切りの後のコンテンツは次の段に配置されます。
+/// この関数は、一段組かページ中の最後の段で使用されると、[改ページ]($pagebreak)と同じように振る舞います。それ以外の場合、段区切りの後のコンテンツは次の段に配置されます。
66
67
/// # 例
68
/// ```example
0 commit comments