summaryrefslogtreecommitdiffstats
path: root/highlighter
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón Jiménez <hector@hecrj.dev>2023-09-19 20:55:39 +0200
committerLibravatar Héctor Ramón Jiménez <hector@hecrj.dev>2023-09-19 20:55:39 +0200
commit77db1699028cf50fb92b9282ffd1f73507fce974 (patch)
treec1094e5400cf41674192e03525c6db8c92a91fff /highlighter
parentf806d001e6fb44b5a45029ca257261e6e0d4d4b2 (diff)
downloadiced-77db1699028cf50fb92b9282ffd1f73507fce974.tar.gz
iced-77db1699028cf50fb92b9282ffd1f73507fce974.tar.bz2
iced-77db1699028cf50fb92b9282ffd1f73507fce974.zip
Fix typo in `higlighter` (why is it so hard to spell?)
Diffstat (limited to 'highlighter')
-rw-r--r--highlighter/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/highlighter/Cargo.toml b/highlighter/Cargo.toml
index 311d2998..488546c0 100644
--- a/highlighter/Cargo.toml
+++ b/highlighter/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "iced_highlighter"
-description = "A syntax higlighter for iced"
+description = "A syntax highlighter for iced"
version.workspace = true
authors.workspace = true
edition.workspace = true