From 261b96da68890dd1054efb76a72ee997cb779bae Mon Sep 17 00:00:00 2001 From: Thiago Trannin <51510921+thinety@users.noreply.github.com> Date: Sat, 15 Apr 2023 10:36:37 -0300 Subject: [PATCH] Fix typo in `ParElem` documentation (#810) --- library/src/layout/par.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/src/layout/par.rs b/library/src/layout/par.rs index 3385e0e74..011502e64 100644 --- a/library/src/layout/par.rs +++ b/library/src/layout/par.rs @@ -85,7 +85,7 @@ pub struct ParElem { /// The indent the first line of a paragraph should have. /// - /// Only the first line of a consecutive paragraph will be intended (not + /// Only the first line of a consecutive paragraph will be indented (not /// the first one in a block or on the page). /// /// By typographic convention, paragraph breaks are indicated either by some