diff options
| author | Chris Ohk <utilForever@gmail.com> | 2023-03-31 23:51:12 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-03-31 16:51:12 +0200 |
| commit | 418bd89ba4c5f50c7e279a84d7a0e3c51d319449 (patch) | |
| tree | 9a577ad70650469fb4de1cf9cc5b7be1a14aa634 | |
| parent | 6c979e554b3bffe8bf86cc581f8a821554131c33 (diff) | |
Correct minor typos (#474)
| -rw-r--r-- | cli/src/main.rs | 2 | ||||
| -rw-r--r-- | tests/ref/layout/page-margin.png | bin | 3205 -> 15338 bytes | |||
| -rw-r--r-- | tests/typ/layout/page-margin.typ | 2 |
3 files changed, 2 insertions, 2 deletions
diff --git a/cli/src/main.rs b/cli/src/main.rs index 021012c7..95bafa65 100644 --- a/cli/src/main.rs +++ b/cli/src/main.rs @@ -142,7 +142,7 @@ struct FontsSettings { /// The font paths font_paths: Vec<PathBuf>, - /// Wether to include font variants + /// Whether to include font variants variants: bool, } diff --git a/tests/ref/layout/page-margin.png b/tests/ref/layout/page-margin.png Binary files differindex 1a296141..f690724b 100644 --- a/tests/ref/layout/page-margin.png +++ b/tests/ref/layout/page-margin.png diff --git a/tests/typ/layout/page-margin.typ b/tests/typ/layout/page-margin.typ index 53bc27ce..00f2ed8a 100644 --- a/tests/typ/layout/page-margin.typ +++ b/tests/typ/layout/page-margin.typ @@ -17,4 +17,4 @@ #[#set page(margin: (bottom: 0pt)); #align(bottom)[Bottom]] // Ensure that specific margins override general margins. -#[#set page(margin: (rest: 0pt, left: 20pt)); Overriden] +#[#set page(margin: (rest: 0pt, left: 20pt)); Overridden] |
