summaryrefslogtreecommitdiff
path: root/src/doc.rs
diff options
context:
space:
mode:
authorLaurenz <laurmaedje@gmail.com>2019-02-19 11:31:03 +0100
committerLaurenz <laurmaedje@gmail.com>2019-02-19 11:31:03 +0100
commitb2ea22b25b060839ef1e5f9fef124dd4ed5b7107 (patch)
treebedc6ba0429b065a2651417edc776a0c92eeb64c /src/doc.rs
parentc8d3ea89cd5badd796d17e83f2fb292210161227 (diff)
Vastly improve documentation 📝
Diffstat (limited to 'src/doc.rs')
-rw-r--r--src/doc.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doc.rs b/src/doc.rs
index dcc4ae25..a6d4b689 100644
--- a/src/doc.rs
+++ b/src/doc.rs
@@ -8,7 +8,7 @@ use crate::parsing::{SyntaxTree, Node};
/// Abstract representation of a complete typesetted document.
///
-/// This abstract thing can then be serialized into a specific format like PDF.
+/// This abstract thing can then be serialized into a specific format like _PDF_.
#[derive(Debug, Clone, PartialEq)]
pub struct Document {
/// The pages of the document.