Commit 6733ddf4 authored by Steven Fackler's avatar Steven Fackler Committed by GitHub
Browse files

Merge pull request #648 from JuanPotato/patch-1

Fix documentation typo
parents 478957c0 d7135c88
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
    ///