aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib.rs b/src/lib.rs
index 1418a70..03c306e 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -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 {