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

Commit d7d0e9b

Browse files
committed
client: fix Start comment
1 parent d6e419c commit d7d0e9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -571,7 +571,7 @@ func (c *Client) handleAgentCallback(e Event) {
571571
}
572572
}
573573

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

0 commit comments

Comments
 (0)