Skip to content

Commit 6a4351f

Browse files
committed
Comment update
1 parent fc7c99e commit 6a4351f

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

crates/docmodel/src/document.rs

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,8 @@ pub struct Document {
5151

5252
/// Arbitrary document metadata.
5353
/// This has no effect on tectonic's build process.
54-
/// Rather, allows users to add easily-accessible information to their documents.
55-
///
56-
/// Tectonic's `show metadata` command displays this information.
54+
/// Rather, allows users to add easily-accessible information to their documents,
55+
/// which may be read by external tools.
5756
pub metadata: Option<toml::Value>,
5857

5958
/// The document name. This will be used to name build artifacts and the

0 commit comments

Comments
 (0)