mirror of https://github.com/stelzo/typst.git
Fix typo in `ParElem` documentation (#810)
This commit is contained in:
parent
1e948f7fa2
commit
261b96da68
|
|
@ -85,7 +85,7 @@ pub struct ParElem {
|
||||||
|
|
||||||
/// The indent the first line of a paragraph should have.
|
/// 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).
|
/// the first one in a block or on the page).
|
||||||
///
|
///
|
||||||
/// By typographic convention, paragraph breaks are indicated either by some
|
/// By typographic convention, paragraph breaks are indicated either by some
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue