Skip to content

Commit

Permalink
Merge pull request rust-lang#9 from waywardmonkeys/cargo-toml-typo-fix
Browse files Browse the repository at this point in the history
Fix typo in Cargo.toml.
  • Loading branch information
matklad authored Oct 12, 2018
2 parents a7d223d + a96deaa commit 39dcc1d
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 @@ -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]
Expand Down

0 comments on commit 39dcc1d

Please sign in to comment.