From e362dc67c42cf8cbc54df32e1708815a1b5f4334 Mon Sep 17 00:00:00 2001 From: Laurenz Date: Mon, 26 Dec 2022 12:00:21 +0100 Subject: Typo fix --- library/src/layout/par.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'library/src/layout') 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 -- cgit v1.2.3