diff options
| author | Fritz Rehde <fritzrehde.work@gmail.com> | 2023-10-30 23:25:28 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-10-30 23:25:28 +0100 |
| commit | c3114fa380d80e7268e14d631b08511b2ebf58ec (patch) | |
| tree | a0c4faba3a8dc8aa131d30d8eaba703da39c017e /tests | |
| parent | a5d72c2ac16a2608d140ac0b6d5f388b7c4ae411 (diff) | |
Fixed typos (#2524)
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/ref/layout/pagebreak-parity.png | bin | 4860 -> 4906 bytes | |||
| -rw-r--r-- | tests/typ/layout/pagebreak-parity.typ | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/tests/ref/layout/pagebreak-parity.png b/tests/ref/layout/pagebreak-parity.png Binary files differindex 8c05dc92..0dbabe7a 100644 --- a/tests/ref/layout/pagebreak-parity.png +++ b/tests/ref/layout/pagebreak-parity.png diff --git a/tests/typ/layout/pagebreak-parity.typ b/tests/typ/layout/pagebreak-parity.typ index 1cfbd450..4dbf723e 100644 --- a/tests/typ/layout/pagebreak-parity.typ +++ b/tests/typ/layout/pagebreak-parity.typ @@ -12,7 +12,7 @@ Sixth #pagebreak() Seventh #pagebreak(to: "odd") -#page[Nineth] +#page[Ninth] --- #set page(width: auto, height: auto) |
