Changed averageScore comment

This commit is contained in:
Eduard Urbach 2018-07-06 00:41:31 +09:00
parent dd39a8bfd9
commit eb3fda630f

View File

@ -45,7 +45,7 @@ func containsLowerCase(array []string, search string) bool {
return false
}
// Counts users average score for selected animes
// averageScore counts the user's average score for the given animes.
func averageScore(user *arn.User, animes []*arn.Anime) float64 {
if user == nil {
return 0