summaryrefslogtreecommitdiff
path: root/library/src/layout
diff options
context:
space:
mode:
Diffstat (limited to 'library/src/layout')
-rw-r--r--library/src/layout/par.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/src/layout/par.rs b/library/src/layout/par.rs
index eb133c04..7db19095 100644
--- a/library/src/layout/par.rs
+++ b/library/src/layout/par.rs
@@ -223,7 +223,7 @@ castable! {
/// paragraph breaks collapse into a single one.
///
/// ## Syntax
-/// Instead of calling this function, you can insert two empty lines in your
+/// Instead of calling this function, you can insert a blank line into your
/// markup to create a paragraph break.
///
/// ## Example