Explorar o código

Fix typos in model/icon.go

nett_hier %!s(int64=4) %!d(string=hai) anos
pai
achega
d6ad9a471b
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  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))
 	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
 type Icons []*Icon
 
 
-// FeedIcon is a jonction table between feeds and icons
+// FeedIcon is a junction table between feeds and icons.
 type FeedIcon struct {
 type FeedIcon struct {
 	FeedID int64 `json:"feed_id"`
 	FeedID int64 `json:"feed_id"`
 	IconID int64 `json:"icon_id"`
 	IconID int64 `json:"icon_id"`