Skip to content

Commit cd241b1

Browse files
ultimatileCopilot
andauthored
fix typo
Co-authored-by: Copilot <[email protected]>
1 parent e629384 commit cd241b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ impl Show for Packed<AlignElem> {
111111
/// - `center`: 水平方向の中央に配置。
112112
/// - `right`: 右側に配置。
113113
/// - `top`: 上側に配置。
114-
/// - `horizon`: 垂直方法の中央に配置
114+
/// - `horizon`: 垂直方向の中央に配置
115115
/// - `bottom`: 下側に配置。
116116
///
117117
/// これらの値はグローバルスコープでも、alignment型のスコープでも用いることができます。

0 commit comments

Comments
 (0)