Skip to content

Commit 9ec81b8

Browse files
authored
Fix doc link
1 parent 4b28d39 commit 9ec81b8

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
@@ -5,7 +5,7 @@ authors = ["Steven Fackler <sfackler@gmail.com>"]
55
license = "MIT/Apache-2.0"
66
description = "An implementation of the stringprep algorithm"
77
repository = "https://github.com/sfackler/rust-stringprep"
8-
documentation = "https://docs.rs/strinprep/0.1.0/stringprep"
8+
documentation = "https://docs.rs/stringprep/0.1.0/stringprep"
99
readme = "README.md"
1010

1111
[dependencies]

0 commit comments

Comments
 (0)