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 /cli/src | |
| parent | 6c979e554b3bffe8bf86cc581f8a821554131c33 (diff) | |
Correct minor typos (#474)
Diffstat (limited to 'cli/src')
| -rw-r--r-- | cli/src/main.rs | 2 |
1 files changed, 1 insertions, 1 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, } |
