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 cd241b1 commit abf5465Copy full SHA for abf5465
crates/typst-library/src/layout/align.rs
@@ -185,7 +185,7 @@ impl Alignment {
185
pub const HORIZON: Self = Alignment::V(VAlignment::Horizon);
186
pub const BOTTOM: Self = Alignment::V(VAlignment::Bottom);
187
188
- /// 与えられた配置が属する軸。
+ /// このalignmentが属する軸。
189
/// - `start`、`left`、`center`、`right`および`end`の場合は`{"horizontal"}`
190
/// - `top`、`horizon`および`bottom`の場合は`{"vertical"}`
191
/// - 2次元配置の場合は`{none}`
0 commit comments