Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
hanbing0715 committed Apr 11, 2017
1 parent 3c63994 commit 0c5a9eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion broker.go
Original file line number Diff line number Diff line change
Expand Up @@ -355,7 +355,7 @@ func (b *Broker) DescribeGroups(request *DescribeGroupsRequest) (*DescribeGroups
return response, nil
}

func (b *Broker) ApiVersion(request *ApiVersionsRequest) (*ApiVersionsResponse, error) {
func (b *Broker) ApiVersions(request *ApiVersionsRequest) (*ApiVersionsResponse, error) {
response := new(ApiVersionsResponse)

err := b.sendAndReceive(request, response)
Expand Down

0 comments on commit 0c5a9eb

Please sign in to comment.