Skip to content

Commit

Permalink
aws/signer/v4: Fixup documentation for SignSDKRequest (aws#3848)
Browse files Browse the repository at this point in the history
Fixes typo in documentation for SignSDKRequest.
  • Loading branch information
jasdel committed Jul 15, 2021
1 parent 6f7789d commit 7d21aee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aws/signer/v4/v4.go
Original file line number Diff line number Diff line change
Expand Up @@ -418,7 +418,7 @@ var SignRequestHandler = request.NamedHandler{
// request handler should only be used with the SDK's built in service client's
// API operation requests.
//
// This function should not be used on its on its own, but in conjunction with
// This function should not be used on its own, but in conjunction with
// an AWS service client's API operation call. To sign a standalone request
// not created by a service client's API operation method use the "Sign" or
// "Presign" functions of the "Signer" type.
Expand Down

0 comments on commit 7d21aee

Please sign in to comment.