Skip to content

Commit 37b5299

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

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
@@ -51,7 +51,7 @@ pub struct DocumentElem {
5151
///
5252
/// PDFに埋め込むためには、yearの値が0以上でなくてはなりません。
5353
///
54-
/// 完全にバイト単位で同一のPDFを繰り返し出力したい場合には、`{auto}`以外の値を設定してください。
54+
/// バイト単位で同一に再現できるPDFを出力したい場合には、`{auto}`以外の値を設定してください。
5555
#[ghost]
5656
pub date: Smart<Option<Datetime>>,
5757
}

0 commit comments

Comments
 (0)