mirror of
				https://github.com/redis/go-redis.git
				synced 2025-10-29 05:29:22 +03:00 
			
		
		
		
	Merge pull request #1006 from francoispqt/patch-1
Typo error in comments
This commit is contained in:
		| @@ -14,7 +14,7 @@ import ( | |||||||
|  |  | ||||||
| var errPingTimeout = errors.New("redis: ping timeout") | 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 | // http://redis.io/topics/pubsub. Message receiving is NOT safe | ||||||
| // for concurrent use by multiple goroutines. | // for concurrent use by multiple goroutines. | ||||||
| // | // | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user