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

Commit

Permalink
Mnr typos in opaque.go
Browse files Browse the repository at this point in the history
  • Loading branch information
adeinega authored Apr 25, 2021
1 parent 5503409 commit 953691b
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 953691b

Please sign in to comment.