Skip to content

Commit c945a86

Browse files
committed
Docs - fix bad English
1 parent 6bc7171 commit c945a86

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/Bitcoin/Secp256k1.pm

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -299,8 +299,8 @@ Checks whether bytestring C<$private_key> is a valid private key. Private key
299299
is valid if its length is exactly C<32> and it is below curve order (when
300300
interpreted as a big-endian integer).
301301
302-
Some methods in this module may die if their private key is not valid, but a
303-
chance of picking an invalid 32-byte private key at random are extremely slim.
302+
Some methods in this module may die if their private key is not valid, but
303+
chances of picking an invalid 32-byte private key at random are extremely slim.
304304
305305
=head3 verify_public_key
306306

0 commit comments

Comments
 (0)