Skip to content

Commit 038d215

Browse files
committed
Remove N-dimensional from description
1 parent 8fb925e commit 038d215

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ readme = "README.md"
1010
repository = "https://github.com/NicolasMemeint/simple-matrix"
1111
documentation = "https://docs.rs/simple-matrix"
1212
homepage = "https://github.com/NicolasMemeint/simple-matrix"
13-
description = "A simple generic N-dimensional matrix library"
13+
description = "A simple generic matrix library"
1414
categories = ["data-structures"]
15-
keywords = ["simple", "matrix", "matrices", "dimension"]
15+
keywords = ["simple", "matrix", "matrices"]
1616

1717
[package.metadata.docs.rs]
1818
rustdoc-args = [ "--edition=2018" ]

0 commit comments

Comments
 (0)