Fix typos

This commit is contained in:
IchBinLeoon 2021-11-20 00:47:52 +01:00
parent 20cdb64f54
commit 56015d3174
3 changed files with 5 additions and 5 deletions

View file

@ -280,7 +280,7 @@ func (c *Crunchyroll) Search(query string, limit uint) (s []*Series, m []*Movie,
return s, m, nil
}
// FindVideo fins a Video (Season or Movie) by a crunchyroll link
// FindVideo finds a Video (Season or Movie) by a crunchyroll link
// e.g. https://www.crunchyroll.com/darling-in-the-franxx
func (c *Crunchyroll) FindVideo(seriesUrl string) (Video, error) {
if series, ok := MatchVideo(seriesUrl); ok {