Skip to content

Commit b584d56

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

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
@@ -26,7 +26,7 @@ use crate::foundations::{
2626
#[elem(Construct)]
2727
pub struct DocumentElem {
2828
/// 文書のタイトル。
29-
/// これは、PDFビューアのウィンドウタイトルとして表示されることが多いです
29+
/// これはPDFビューアーのウィンドウタイトルとして表示されることが多いです
3030
///
3131
/// これはコンテンツで指定可能ですが、PDFビューアーがプレーンテキストのタイトルしかサポートしないために、変換時に情報が失われる可能性があります。
3232
#[ghost]

0 commit comments

Comments
 (0)