aboutsummaryrefslogtreecommitdiffstats
path: root/src/construct/blank_line.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/construct/blank_line.rs')
-rw-r--r--src/construct/blank_line.rs6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/construct/blank_line.rs b/src/construct/blank_line.rs
index 5be406d..475883d 100644
--- a/src/construct/blank_line.rs
+++ b/src/construct/blank_line.rs
@@ -13,7 +13,7 @@
//! followed by an eol (line ending) or eof (end of file).
//!
//! Blank lines are sometimes needed, such as to differentiate a [paragraph][]
-//! from another paragraph.
+//! from a definition.
//! In several cases, blank lines are not needed between flow constructs,
//! such as between two [heading (atx)][heading_atx]s.
//! Sometimes, whether blank lines are present, changes the behavior of how
@@ -26,8 +26,8 @@
//!
//! ## HTML
//!
-//! Blank lines do not relate an element in HTML, except for the role they play
-//! when inside or between [list items][list_item].
+//! Blank lines do not relate to an element in HTML, except for the role they
+//! play when inside or between [list items][list_item].
//!
//! ## Recommendation
//!