Skip to content

Commit

Permalink
Update rust/src/sign/mod.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Marco Tormento <91872926+tl-marco-tormento@users.noreply.github.com>
  • Loading branch information
tl-flavio-barinas and tl-marco-tormento committed Mar 5, 2024
1 parent 09d02e0 commit 097b384
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rust/src/sign/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ impl<'a> SignerBuilder<'a, &'a str, &'a [u8], &'a [u8], Unset, Unset> {
impl<'a> SignerBuilder<'a, &'a str, &'a [u8], &'a [u8], Method, &'a str> {
/// Build a V2 Signer see [`Signer`].
///
/// requires the private key, kid, body, method, and path to be set to call this functions.
/// requires the private key, kid, body, method, and path to be set to call this function.
pub fn build_signer(self) -> Signer<'a> {
Signer {
private_key: self.private_key,
Expand Down

0 comments on commit 097b384

Please sign in to comment.