Fix comment typo
This commit is contained in:
parent
e1e9fb5215
commit
f0becfdb54
1 changed files with 1 additions and 1 deletions
|
|
@ -131,7 +131,7 @@ impl<'a> Iterator for FontFallbackIter<'a> {
|
|||
monospace_fallback = Some(id);
|
||||
}
|
||||
}
|
||||
// If default family is Monospace allback to first monospaced font
|
||||
// If default family is Monospace fallback to first monospaced font
|
||||
if let Some(id) = monospace_fallback {
|
||||
if let Some(font) = self.font_system.get_font(*id) {
|
||||
return Some(font);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue