Merge pull request #648 from JuanPotato/patch-1

Fix documentation typo
This commit is contained in:
Steven Fackler 2017-06-10 23:29:26 -04:00 committed by GitHub
commit 6733ddf4de
1 changed files with 1 additions and 1 deletions

View File

@ -126,7 +126,7 @@ impl RsaRef {
}
}
/// Encrypts data using the private key, returning the number of encrypted bytes.
/// Encrypts data using the public key, returning the number of encrypted bytes.
///
/// # Panics
///