Skip to content

Commit 989510a

Browse files
committed
Reworded successful operation code comment
1 parent 6e3f243 commit 989510a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gov2/sts/AssumeRole/AssumeRolev2.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ type STSAssumeRoleAPI interface {
2626
// api is the interface that defines the method call.
2727
// input defines the input arguments to the service call.
2828
// Output:
29-
// If success, a AssumeRoleOutput object containing the result of the service call and nil.
29+
// If successful, an AssumeRoleOutput object containing the result of the service call and nil.
3030
// Otherwise, nil and an error from the call to AssumeRole.
3131
func TakeRole(c context.Context, api STSAssumeRoleAPI, input *sts.AssumeRoleInput) (*sts.AssumeRoleOutput, error) {
3232
result, err := api.AssumeRole(c, input)

0 commit comments

Comments
 (0)