瀏覽代碼

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"`