]> git.lizzy.rs Git - go-anidb.git/blobdiff - animecache.go
anidb: Document which backend API is used on the Get* methods
[go-anidb.git] / animecache.go
index 91a8c41022fe8c9611acc92c13e1f0f6ede86525..744553a56c24389b57598e568cbe54569e9ee784 100644 (file)
@@ -53,7 +53,7 @@ type httpAnimeResponse struct {
        err   error
 }
 
-// Retrieves an Anime by its AID. Uses both HTTP and UDP APIs,
+// Retrieves an Anime by its AID. Uses both the HTTP and UDP APIs,
 // but can work without the UDP API.
 func (adb *AniDB) AnimeByID(aid AID) <-chan *Anime {
        keys := []cacheKey{"aid", aid}