Correct minor typos (#474)

This commit is contained in:
Chris Ohk 2023-03-31 23:51:12 +09:00 committed by GitHub
parent 6c979e554b
commit 418bd89ba4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 2 additions and 2 deletions

View File

@ -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,
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.1 KiB

After

Width:  |  Height:  |  Size: 15 KiB

View File

@ -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]