Update confusing comment

This commit is contained in:
Brian Kassouf 2017-02-21 16:06:00 -08:00
parent dd5b541db6
commit 9a9b89f16f
1 changed files with 1 additions and 1 deletions

View File

@ -298,7 +298,7 @@ CHECK:
}
func valueInParameterList(v interface{}, list []interface{}) bool {
// Empty list is equivalent to the item always existing in the list and "*"
// Empty list is equivalent to the item always existing in the list
if len(list) == 0 {
return true
}