change iff to if and only if to improve annotation readability

This commit is contained in:
liguangbo
2015-09-15 10:25:13 +08:00
parent db128ac0f7
commit 4df68f03a3
20 changed files with 44 additions and 42 deletions

View File

@@ -55,7 +55,7 @@ type ResponseMeta struct {
}
// FilterFunc is a predicate which takes an API object and returns true
// iff the object should remain in the set.
// if and only if the object should remain in the set.
type FilterFunc func(obj runtime.Object) bool
// Everything is a FilterFunc which accepts all objects.