Update confusing comment
This commit is contained in:
parent
dd5b541db6
commit
9a9b89f16f
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue