summaryrefslogtreecommitdiff
path: root/src/style.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/style.rs')
-rw-r--r--src/style.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/style.rs b/src/style.rs
index 95f1109..9f7c801 100644
--- a/src/style.rs
+++ b/src/style.rs
@@ -12,7 +12,7 @@ impl Style {
///
/// A link is like the HTML `<a>` element. The choice of footnote
/// versus endnote is made by the typesetting backend. HTML uses
- /// endnotes, PDF uses footnotes.
+ /// endnotes, a paged media like PDF would use footnotes.
pub fn links_as_notes(&self) -> bool {
self.links_as_notes
}