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

Commit 953691b

Browse files
authored
Mnr typos in opaque.go
1 parent 5503409 commit 953691b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

opaque.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
package jose
1818

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

0 commit comments

Comments
 (0)