Fix documentation typo

This commit is contained in:
Hasan 2017-06-10 18:40:57 -04:00 committed by GitHub
parent 478957c0f6
commit d7135c88ac
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 /// # Panics
/// ///