diff options
Diffstat (limited to 'src/lib.rs')
| -rw-r--r-- | src/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -206,7 +206,7 @@ impl<T: Catalog> Highlight<T> { } impl Highlight<Theme> { - /// The defalt styling function of a [`Highlight`]. + /// The default styling function of a [`Highlight`]. #[must_use] pub fn default_style(theme: &Theme, scope: &Scope) -> Format<Font> { let color = match scope { |
