Skip to content

Commit

Permalink
argon2: fix rustdoc typo (#128)
Browse files Browse the repository at this point in the history
  • Loading branch information
tarcieri committed Feb 7, 2021
1 parent 1db57cf commit 5403ead
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion argon2/src/lib.rs
Expand Up @@ -22,7 +22,7 @@
//! ```toml
//! [dependencies]
//! argon2 = "0.1"
//! rand_core = { version = "0.6", features = ["std"]
//! rand_core = { version = "0.6", features = ["std"] }
//! ```
//!
//! The following example demonstrates the high-level password hashing API:
Expand Down

0 comments on commit 5403ead

Please sign in to comment.