Fix comment typo

This commit is contained in:
Jeremy Soller 2023-06-08 12:32:34 -06:00 committed by GitHub
parent e1e9fb5215
commit f0becfdb54
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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);