Unverified Commit 1c48c9c4 authored by PSeitz's avatar PSeitz Committed by GitHub
Browse files

Update bn.rs

parent a68125e4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -120,7 +120,7 @@ foreign_type_and_impl_send_sync! {
    /// Dynamically sized large number impelementation
    ///
    /// Perform large number mathematics.  Create a new BigNum
    /// with [`new`].  Perform stanard mathematics on large numbers using
    /// with [`new`].  Perform standard mathematics on large numbers using
    /// methods from [`Dref<Target = BigNumRef>`]
    ///
    /// OpenSSL documenation at [`BN_new`].