Skip to content

Commit

Permalink
Fix typo in v4.go: "many" should be "may"
Browse files Browse the repository at this point in the history
  • Loading branch information
luisgerhorst committed Jul 17, 2023
1 parent f219aeb commit 03bc858
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 @@ -8,7 +8,7 @@
// Generally using the signer outside of the SDK should not require any additional
// logic when using Go v1.5 or higher. The signer does this by taking advantage
// of the URL.EscapedPath method. If your request URI requires additional escaping
// you many need to use the URL.Opaque to define what the raw URI should be sent
// you may need to use the URL.Opaque to define what the raw URI should be sent
// to the service as.
//
// The signer will first check the URL.Opaque field, and use its value if set.
Expand Down

0 comments on commit 03bc858

Please sign in to comment.