We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26ed68d commit 37b5299Copy full SHA for 37b5299
crates/typst-library/src/model/document.rs
@@ -51,7 +51,7 @@ pub struct DocumentElem {
51
///
52
/// PDFに埋め込むためには、yearの値が0以上でなくてはなりません。
53
54
- /// 完全にバイト単位で同一のPDFを繰り返し出力したい場合には、`{auto}`以外の値を設定してください。
+ /// バイト単位で同一に再現できるPDFを出力したい場合には、`{auto}`以外の値を設定してください。
55
#[ghost]
56
pub date: Smart<Option<Datetime>>,
57
}
0 commit comments