Переглянути джерело

Fix typos in model/icon.go

nett_hier 4 роки тому
батько
коміт
d6ad9a471b
1 змінених файлів з 2 додано та 2 видалено
  1. 2 2
      model/icon.go

+ 2 - 2
model/icon.go

@@ -22,10 +22,10 @@ func (i *Icon) DataURL() string {
 	return fmt.Sprintf("%s;base64,%s", i.MimeType, base64.StdEncoding.EncodeToString(i.Content))
 }
 
-// Icons represents a list of icon.
+// Icons represents a list of icons.
 type Icons []*Icon
 
-// FeedIcon is a jonction table between feeds and icons
+// FeedIcon is a junction table between feeds and icons.
 type FeedIcon struct {
 	FeedID int64 `json:"feed_id"`
 	IconID int64 `json:"icon_id"`