Skip to content
This repository has been archived by the owner on Feb 27, 2023. It is now read-only.

Commit

Permalink
Merge pull request #348 from adeinega/patch-1
Browse files Browse the repository at this point in the history
Mnr typos in opaque.go
  • Loading branch information
csstaub authored Apr 25, 2021
2 parents 5503409 + 953691b commit df70637
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion opaque.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
package jose

// OpaqueSigner is an interface that supports signing payloads with opaque
// private key(s). Private key operations preformed by implementors may, for
// private key(s). Private key operations performed by implementers may, for
// example, occur in a hardware module. An OpaqueSigner may rotate signing keys
// transparently to the user of this interface.
type OpaqueSigner interface {
Expand Down

0 comments on commit df70637

Please sign in to comment.