We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0123f1a commit 5ec246cCopy full SHA for 5ec246c
token.go
@@ -75,7 +75,7 @@ func (t *Token) SignedString(key interface{}) (string, error) {
75
}
76
77
// SigningString generates the signing string. This is the most expensive part
78
-// of the whole deal. Unless you need this for something special, just go
+// of the whole deal. Unless you need this for something special, just go
79
// straight for the SignedString.
80
func (t *Token) SigningString() (string, error) {
81
h, err := json.Marshal(t.Header)
0 commit comments