diff options
| author | Laurenz <laurmaedje@gmail.com> | 2022-12-26 12:00:21 +0100 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2022-12-26 12:00:21 +0100 |
| commit | e362dc67c42cf8cbc54df32e1708815a1b5f4334 (patch) | |
| tree | e32392d6c6b6e9cabacc4a999dfb387bdfec0430 /library/src/layout | |
| parent | 046cd4f5c7bfa2872d45023bed6057538b2a14de (diff) | |
Typo fix
Diffstat (limited to 'library/src/layout')
| -rw-r--r-- | library/src/layout/par.rs | 2 |
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 |
