Skip to content

Commit

Permalink
Fix comments typo in Kinesis create and update files
Browse files Browse the repository at this point in the history
  • Loading branch information
kellymclaughlin committed Dec 21, 2020
1 parent e0260c8 commit c0f3373
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pkg/logging/kinesis/create.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ type CreateCommand struct {
manifest manifest.Data

// required
EndpointName string // Can't shaddow common.Base method Name().
EndpointName string // Can't shadow common.Base method Name().
Version int
StreamName string
AccessKey string
Expand Down
2 changes: 1 addition & 1 deletion pkg/logging/kinesis/update.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ type UpdateCommand struct {
manifest manifest.Data

// required
EndpointName string // Can't shaddow common.Base method Name().
EndpointName string // Can't shadow common.Base method Name().
Version int

// optional
Expand Down

0 comments on commit c0f3373

Please sign in to comment.