Browse Source

Fix typos

jonas747 8 years ago
parent
commit
1ecb7458e9
1 changed files with 3 additions and 3 deletions
  1. 3 3
      wsapi.go

+ 3 - 3
wsapi.go

@@ -282,9 +282,9 @@ type requestGuildMembersOp struct {
 
 // RequestGuildMembers requests guild members from the gateway
 // The gateway responds with GuildMembersChunk events
-// guildID  : the ID of the guild to request members of
-// query    : string hat username sarts with, leave empty to return all members
-// limit    : max number of items to return, or 0 o reques all members matched
+// guildID  : The ID of the guild to request members of
+// query    : String that username sarts with, leave empty to return all members
+// limit    : Max number of items to return, or 0 to request all members matched
 func (s *Session) RequestGuildMembers(guildID, query string, limit int) (err error) {
 	s.log(LogInformational, "called")