Skip to content

Commit

Permalink
nats: corrected godocs comment
Browse files Browse the repository at this point in the history
Signed-off-by: deadprogram <[email protected]>
  • Loading branch information
deadprogram committed Dec 3, 2016
1 parent 50cacd5 commit 470fa5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion platforms/nats/nats_adaptor.go
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ func (a *Adaptor) Connect() (err error) {
return
}

// Disconnect from the nats server. Returns an error if the client doesn't exist.
// Disconnect from the nats server.
func (a *Adaptor) Disconnect() (err error) {
if a.client != nil {
a.client.Close()
Expand Down

0 comments on commit 470fa5b

Please sign in to comment.