From 214d520fb401b9c806d8c75753cd85b5029e6034 Mon Sep 17 00:00:00 2001 From: pml68 Date: Mon, 3 Feb 2025 17:31:51 +0100 Subject: docs: typo --- src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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 Highlight { } impl Highlight { - /// 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 { let color = match scope { -- cgit v1.2.3