Update bn.rs

This commit is contained in:
PSeitz 2019-01-04 11:54:36 +01:00 committed by GitHub
parent a68125e455
commit 1c48c9c456
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -120,7 +120,7 @@ foreign_type_and_impl_send_sync! {
/// Dynamically sized large number impelementation /// Dynamically sized large number impelementation
/// ///
/// Perform large number mathematics. Create a new BigNum /// 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>`] /// methods from [`Dref<Target = BigNumRef>`]
/// ///
/// OpenSSL documenation at [`BN_new`]. /// OpenSSL documenation at [`BN_new`].