Fix cargo dependency documentation
`feature` -> `features`
This commit is contained in:
parent
43fc870270
commit
800c232c09
|
|
@ -16,7 +16,7 @@
|
||||||
//!
|
//!
|
||||||
//! ```toml
|
//! ```toml
|
||||||
//! [dependencies]
|
//! [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
|
//! The vendored copy will not be configured to automatically find the system's root certificates, but the
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue