Skip to content

Commit

Permalink
fix comment typo in example_client_test.go
Browse files Browse the repository at this point in the history
  • Loading branch information
wisaTong committed Nov 10, 2023
1 parent 7cfd2d4 commit 194791d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example_client_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ func (client *Client) connect(addr string) (*amqp.Connection, error) {
return conn, nil
}

// handleReconnect will wait for a channel error
// handleReInit will wait for a channel error
// and then continuously attempt to re-initialize both channels
func (client *Client) handleReInit(conn *amqp.Connection) bool {
for {
Expand Down

0 comments on commit 194791d

Please sign in to comment.