Skip to content

Commit b818707

Browse files
fix translation
Co-authored-by: Shunsuke KIMURA <[email protected]>
1 parent 14b0897 commit b818707

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
@@ -104,7 +104,7 @@ impl Show for Packed<AlignElem> {
104104

105105
/// 軸に沿って何かを[配置]($align)する位置。
106106
///
107-
/// 取りうる値は
107+
/// 取りうる値は以下の通りです。
108108
/// - `start`: [テキストの向き]($text.dir)の[始点]($direction.start)に配置。
109109
/// - `end`: [テキストの向き]($text.dir)の[終点]($direction.end)に配置。
110110
/// - `left`: 左側に配置。

0 commit comments

Comments
 (0)