Skip to content

Commit 061bdc5

Browse files
committed
Fix typo in Cargo.toml
1 parent bb3d54c commit 061bdc5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "inline-str"
33
version = "0.5.0"
44
edition = "2024"
55
authors = ["Adam Gutglick <[email protected]>"]
6-
description = "Efficent and immutable string type, backed by inline-array"
6+
description = "Efficient and immutable string type, backed by inline-array"
77
license = "Apache-2.0 OR MIT"
88
repository = "https://github.com/adamgs/inline-str"
99
homepage = "https://github.com/adamgs/inline-str"

0 commit comments

Comments
 (0)