diff options
| author | Thiago Trannin <51510921+thinety@users.noreply.github.com> | 2023-04-15 10:36:37 -0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-04-15 15:36:37 +0200 |
| commit | 261b96da68890dd1054efb76a72ee997cb779bae (patch) | |
| tree | e1a35b5561e192c1e78e8fc0b48f8930b008af20 /library/src | |
| parent | 1e948f7fa29395cfc2bd704bfdbe6019229ba500 (diff) | |
Fix typo in `ParElem` documentation (#810)
Diffstat (limited to 'library/src')
| -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 3385e0e7..011502e6 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 |
