Skip to content

Commit 3a99dee

Browse files
committed
Fix secp256r1_recover_pubkey text
1 parent 3ae9c47 commit 3a99dee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/crypto/src/secp256r1.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ pub fn secp256r1_verify(
5353

5454
/// Recovers a public key from a message hash and a signature.
5555
///
56-
/// This is required when working in application where public keys
56+
/// This is required when working with an application where public keys
5757
/// are not stored directly.
5858
///
5959
/// `recovery_param` must be 0, 1, 2 or 3.

0 commit comments

Comments
 (0)