Browse Source

Code comments

Volodymyr Tkach 2 years ago
parent
commit
16c883053f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      pubsub/pubsub.go

+ 1 - 1
pubsub/pubsub.go

@@ -1,5 +1,5 @@
 // Package implements Twitch API PubSub and automatically take care of API
-// limit. Also it will handle automatically reconnections, ping/pong and
+// limits. Also it will handle automatically reconnections, ping/pong and
 // maintenance requests.
 package pubsub