aboutsummaryrefslogtreecommitdiffstats
path: root/src/compiler.rs
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/compiler.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/compiler.rs b/src/compiler.rs
index 8f3036a..a935367 100644
--- a/src/compiler.rs
+++ b/src/compiler.rs
@@ -12,7 +12,7 @@ use crate::util::{
use crate::{LineEnding, Options};
use std::str;
-/// Representation of a link or image, resource or reference.
+/// Link or image, resource or reference.
/// Reused for temporary definitions as well, in the first pass.
#[derive(Debug)]
struct Media {