diff options
Diffstat (limited to 'tests/typ/library')
| -rw-r--r-- | tests/typ/library/paragraph.typ | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/typ/library/paragraph.typ b/tests/typ/library/paragraph.typ index 3ce946bd..74fb8189 100644 --- a/tests/typ/library/paragraph.typ +++ b/tests/typ/library/paragraph.typ @@ -3,11 +3,11 @@ --- // Test configuring paragraph properties. -#paragraph(spacing: 10pt, leading: 25%, word-spacing: 1pt) +#par(spacing: 10pt, leading: 25%, word-spacing: 1pt) But, soft! what light through yonder window breaks? It is the east, and Juliet is the sun. --- // Test that it finishes an existing paragraph. -Hello #paragraph(word-spacing: 0pt) t h e r e ! +Hello #par(word-spacing: 0pt) t h e r e ! |
