Skip to content

Commit

Permalink
fix: typo in error
Browse files Browse the repository at this point in the history
Signed-off-by: guoguangwu <[email protected]>
  • Loading branch information
testwill committed Jun 7, 2024
1 parent f9bb245 commit 0e0b746
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion transferreversal/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ func Get(id string, params *stripe.TransferReversalParams) (*stripe.TransferReve
func (c Client) Get(id string, params *stripe.TransferReversalParams) (*stripe.TransferReversal, error) {
if params == nil {
return nil, fmt.Errorf(
"params cannnot be nil, and params.Transfer must be set",
"params cannot be nil, and params.Transfer must be set",
)
}
path := stripe.FormatURLPath(
Expand Down

0 comments on commit 0e0b746

Please sign in to comment.