Merge pull request #83 from stepancheg/typo

Typo in PrivateKey doc
This commit is contained in:
ctz 2017-06-09 21:09:59 +01:00 committed by GitHub
commit 436d9e924f
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
/// This type contains a private key by value.
///
/// The private key must be in either DER-encoded ASN.1 in either
/// The private key must be DER-encoded ASN.1 in either
/// PKCS#8 or PKCS#1 format.
///
/// `rustls::pemfile::pkcs8_private_keys` or `rustls::pemfile::rsa_private_keys`