Skip to content

Commit 1945504

Browse files
Update crates/typst-library/src/model/document.rs
Co-authored-by: ultimatile <[email protected]>
1 parent b584d56 commit 1945504

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/typst-library/src/model/document.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ pub struct DocumentElem {
4444
#[ghost]
4545
pub keywords: OneOrMultiple<EcoString>,
4646

47-
/// ドキュメントの作成日
47+
/// 文書の作成日
4848
///
4949
/// これを`{auto}`(デフォルト設定)とすると、Typstは現在の日時を使用します。
5050
/// `{none}`とすると、PDFメタデータに作成日時を埋め込まなくなります。

0 commit comments

Comments
 (0)