Skip to content

Commit

Permalink
Fix cargo dependency documentation
Browse files Browse the repository at this point in the history
`feature` -> `features`
  • Loading branch information
infinityb committed Nov 24, 2018
1 parent 43fc870 commit 800c232
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openssl/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
//!
//! ```toml
//! [dependencies]
//! openssl = { version = "0.10", feature = ["vendored"] }
//! openssl = { version = "0.10", features = ["vendored"] }
//! ```
//!
//! The vendored copy will not be configured to automatically find the system's root certificates, but the
Expand Down

0 comments on commit 800c232

Please sign in to comment.