Skip to content

Commit 093b03a

Browse files
Update crates/typst-library/src/text/lorem.rs
Co-authored-by: gomazarashi <[email protected]>
1 parent 7bc1686 commit 093b03a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ use crate::foundations::{func, Str};
55
/// この関数は与えられた単語数だけラテン語風のダミーテキストである _Lorem Ipsum_ を生成します。
66
/// この関数で生成される単語のシーケンスは、常に同一ですがランダムに選ばれます。
77
/// 通常のダミーテキストと同様に、意味のないテキストです。
8-
/// レイアウトを試すプレイスホルダーとして使用してください
8+
/// レイアウトを試すプレースホルダーとして使用してください
99
///
1010
/// # 例
1111
/// ```example

0 commit comments

Comments
 (0)