From 74a0038b630f29f84926ca82e781c66440ee16bd Mon Sep 17 00:00:00 2001 From: vim2meta Date: Sun, 19 Nov 2017 10:13:04 -0500 Subject: [PATCH] Update restapi.go --- restapi.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/restapi.go b/restapi.go index 276ab7f..a16a743 100644 --- a/restapi.go +++ b/restapi.go @@ -1478,7 +1478,7 @@ func (s *Session) ChannelMessageDelete(channelID, messageID string) (err error) } // ChannelMessagesBulkDelete bulk deletes the messages from the channel for the provided messageIDs. -// If only one messageID is in the slice call channelMessageDelete funciton. +// If only one messageID is in the slice call channelMessageDelete function. // If the slice is empty do nothing. // channelID : The ID of the channel for the messages to delete. // messages : The IDs of the messages to be deleted. A slice of string IDs. A maximum of 100 messages.