Fix spelling in symm docs

This commit is contained in:
Josh Abraham 2018-07-14 11:28:53 -10:00
parent bd9a2b25a7
commit a964d05d4a
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@
//! &ciphertext[..]); //! &ciphertext[..]);
//! ``` //! ```
//! //!
//! Encrypting an assymetric key with a symmetric cipher //! Encrypting an asymmetric key with a symmetric cipher
//! //!
//! ``` //! ```
//! use openssl::rsa::{Padding, Rsa}; //! use openssl::rsa::{Padding, Rsa};