Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
sosthene-nitrokey committed Apr 5, 2023
1 parent 718cec7 commit 3786e3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/extension.rs
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ pub trait AuthClient: ExtensionClient<AuthExtension> {
})
}

/// Set a pin, resetting it's retry counter and setting the key to be wrapped
/// Set a pin, resetting its retry counter and setting the key to be wrapped
///
/// Similar to [`set_pin`](AuthClient::set_pin), but allows the key that the pin will unwrap to be configured.
/// Currently only symmetric 256 bit keys are accepted. This method should be used only with keys that were obtained through [`get_pin_key`](AuthClient::get_pin_key)
Expand Down

0 comments on commit 3786e3c

Please sign in to comment.