Skip to content

Commit

Permalink
fix: key words
Browse files Browse the repository at this point in the history
  • Loading branch information
ImJeremyHe committed Sep 5, 2023
1 parent 04f5c87 commit 8b68154
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version = "0.1.0"
authors = ["Jeremy He<[email protected]>"]
edition = "2018"
description = "Simple string matching with questionmark, star wildcard operator and an escaped character."
keywords = ["globbing", "matching", "questionmark", "star", "string-matching", "escape"]
keywords = ["globbing", "matching", "questionmark", "star", "string-matching"]
readme = "README.md"
license = "MIT"
categories = ["algorithms"]
Expand Down

0 comments on commit 8b68154

Please sign in to comment.