Bump cel-go to v0.12.1

This commit is contained in:
Cici Huang
2022-07-11 17:05:02 +00:00
parent 772a252b06
commit a421fd4834
9 changed files with 23 additions and 15 deletions

View File

@@ -284,7 +284,7 @@ const (
quantifierExistsOne
)
// MakeExists expands the input call arguments into a comprehension that returns true if all of the
// MakeAll expands the input call arguments into a comprehension that returns true if all of the
// elements in the range match the predicate expressions:
// <iterRange>.all(<iterVar>, <predicate>)
func MakeAll(eh ExprHelper, target *exprpb.Expr, args []*exprpb.Expr) (*exprpb.Expr, *common.Error) {