Commit d7135c88 authored by Hasan's avatar Hasan Committed by GitHub
Browse files

Fix documentation typo

parent 478957c0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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
    ///