Merge pull request rust-analyzer/smol_str#9 from waywardmonkeys/cargo-toml-typo-fix

Fix typo in Cargo.toml.
This commit is contained in:
Aleksey Kladov 2018-10-12 17:41:33 +03:00 committed by GitHub
commit dc44be50eb

View File

@ -3,7 +3,7 @@ name = "smol_str"
version = "0.1.6"
authors = ["Aleksey Kladov <aleksey.kladov@gmail.com>"]
repository = "https://github.com/matklad/smol_str"
description = "small-string optimized stirng type with O(1) clone"
description = "small-string optimized string type with O(1) clone"
license = "MIT OR Apache-2.0"
[dependencies]