Merge pull request #959 from jabedude/master

Fix spelling in symm docs
This commit is contained in:
Steven Fackler 2018-07-14 15:00:30 -07:00 committed by GitHub
commit 44af821d80
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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