Skip to content

Commit

Permalink
Removes invalid keyword
Browse files Browse the repository at this point in the history
  • Loading branch information
andrebsguedes committed Oct 7, 2021
1 parent 73aeac5 commit 68b40a4
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 @@ -8,7 +8,7 @@ license = "MIT OR Apache-2.0"
description = "Concurrent in-memory B+ Tree featuring optimistic lock coupling"
repository = "https://github.com/NeowayLabs/bplustree"

keywords = ["b-tree", "b+tree", "tree", "concurrent", "map"]
keywords = ["b-tree", "tree", "concurrent", "map"]
categories = ["concurrency", "data-structures"]

[dependencies]
Expand Down

0 comments on commit 68b40a4

Please sign in to comment.