Skip to content

Commit

Permalink
fix doc
Browse files Browse the repository at this point in the history
  • Loading branch information
travisjeffery authored Apr 26, 2018
1 parent 21bc435 commit 6031a75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jocko/conn.go
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ func (c *Conn) CreateTopics(req *protocol.CreateTopicRequests) (*protocol.Create
return &resp, nil
}

// CreateTopics sends a fetch request and returns the response.
// Fetch sends a fetch request and returns the response.
func (c *Conn) Fetch(req *protocol.FetchRequest) (*protocol.FetchResponses, error) {
var resp protocol.FetchResponses
err := c.readOperation(func(deadline time.Time, id int32) error {
Expand Down

0 comments on commit 6031a75

Please sign in to comment.