Skip to content

Commit

Permalink
Typo error in comments
Browse files Browse the repository at this point in the history
  • Loading branch information
francoispqt authored Apr 8, 2019
1 parent a679e61 commit af59960
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pubsub.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import (

var errPingTimeout = errors.New("redis: ping timeout")

// PubSub implements Pub/Sub commands bas described in
// PubSub implements Pub/Sub commands as described in
// http://redis.io/topics/pubsub. Message receiving is NOT safe
// for concurrent use by multiple goroutines.
//
Expand Down

0 comments on commit af59960

Please sign in to comment.