diff options
author | Kirill Chibisov <contact@kchibisov.com> | 2020-05-03 06:52:57 +0300 |
---|---|---|
committer | Kirill Chibisov <contact@kchibisov.com> | 2020-05-04 03:07:23 +0300 |
commit | d61228056171f89b866c61871f837a50c3cd48ea (patch) | |
tree | 69ef78283c53ced053856c1ad40db5f535df9d03 /font/src/ft/fc/font_set.rs | |
parent | fa94fc3388829cd919d2b4c14d8f0ef842a7bcc2 (diff) | |
download | alacritty-d61228056171f89b866c61871f837a50c3cd48ea.tar.gz alacritty-d61228056171f89b866c61871f837a50c3cd48ea.zip |
Add period to comments to follow styleperiod
Diffstat (limited to 'font/src/ft/fc/font_set.rs')
-rw-r--r-- | font/src/ft/fc/font_set.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/font/src/ft/fc/font_set.rs b/font/src/ft/fc/font_set.rs index ae746f45..241ee344 100644 --- a/font/src/ft/fc/font_set.rs +++ b/font/src/ft/fc/font_set.rs @@ -39,7 +39,7 @@ impl FontSet { FcFontSetList( config.as_ptr(), &mut source.as_ptr(), - 1, // nsets + 1, // nsets. pattern.as_ptr(), objects.as_ptr(), ) @@ -48,7 +48,7 @@ impl FontSet { } } -/// Iterator over a font set +/// Iterator over a font set. pub struct Iter<'a> { font_set: &'a FontSetRef, num_fonts: usize, |