Skip to content
This repository has been archived by the owner on Jun 5, 2021. It is now read-only.

Commit

Permalink
client: fix Start comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ernado committed Feb 9, 2019
1 parent d6e419c commit d7d0e9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client.go
Original file line number Diff line number Diff line change
Expand Up @@ -571,7 +571,7 @@ func (c *Client) handleAgentCallback(e Event) {
}
}

// Start starts transaction (if f set) and writes message to server, handler
// Start starts transaction (if h set) and writes message to server, handler
// is called asynchronously.
func (c *Client) Start(m *Message, h Handler) error {
if err := c.checkInit(); err != nil {
Expand Down

0 comments on commit d7d0e9b

Please sign in to comment.