Skip to content

Commit aab8ea4

Browse files
ultimatileCopilot
andauthored
Update crates/typst-library/src/text/linebreak.rs
Co-authored-by: Copilot <[email protected]>
1 parent 368ba9e commit aab8ea4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/typst-library/src/text/linebreak.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ use crate::foundations::{elem, Content, NativeElement};
2222
pub struct LinebreakElem {
2323
/// 改行の前の行を両端揃えするかどうか。
2424
///
25-
/// これは、Typstが両端揃え行ったテキストよりも良い改行位置が見つかった場合に便利です
25+
/// これは、Typstが両端揃えを行ったテキストよりも良い改行位置が見つかった場合に便利です
2626
///
2727
/// ```example
2828
/// #set par(justify: true)

0 commit comments

Comments
 (0)