Skip to content

Commit 147c3c0

Browse files
Style: Update documentation
1 parent 8eed8e2 commit 147c3c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

signature/signature.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ func (v *Validator) ValidSignature(ts, rqp string, b []byte, rs string) bool {
106106

107107
// ValidRequest is a method that takes care of the signature validation of
108108
// incoming requests
109-
// To use just wrap your handler with it:
109+
// To use just pass the request:
110110
// signature.Validate(request)
111111
func (v *Validator) ValidRequest(r *http.Request) (bool, error) {
112112
ts := r.Header.Get(tsHeader)

0 commit comments

Comments
 (0)