Fix typos and grammar issues in comments

This commit is contained in:
Oleksandr Redko 2021-10-28 13:57:36 +03:00
parent d7df856439
commit 77aa442a43
6 changed files with 29 additions and 29 deletions

View file

@ -224,7 +224,7 @@ func (fi FileID) SendData() string {
return string(fi)
}
// fileAttach is a internal file type used for processed media groups.
// fileAttach is an internal file type used for processed media groups.
type fileAttach string
func (fa fileAttach) NeedsUpload() bool {