diff options
| author | 2023-09-19 20:55:39 +0200 | |
|---|---|---|
| committer | 2023-09-19 20:55:39 +0200 | |
| commit | 77db1699028cf50fb92b9282ffd1f73507fce974 (patch) | |
| tree | c1094e5400cf41674192e03525c6db8c92a91fff /highlighter | |
| parent | f806d001e6fb44b5a45029ca257261e6e0d4d4b2 (diff) | |
| download | iced-77db1699028cf50fb92b9282ffd1f73507fce974.tar.gz iced-77db1699028cf50fb92b9282ffd1f73507fce974.tar.bz2 iced-77db1699028cf50fb92b9282ffd1f73507fce974.zip  | |
Fix typo in `higlighter` (why is it so hard to spell?)
Diffstat (limited to '')
| -rw-r--r-- | highlighter/Cargo.toml | 2 | 
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  | 
