Merge pull request #1032 from PSeitz/patch-1

fix typo
This commit is contained in:
Steven Fackler 2019-01-04 07:30:52 -08:00 committed by GitHub
commit 9ccdcdb821
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
///
/// 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`].