There was an error while loading. Please reload this page.
1 parent 89b799e commit 2de55a4Copy full SHA for 2de55a4
cel/options.go
@@ -448,7 +448,7 @@ const (
448
449
// OptCheckStringFormat enables compile-time checking of string.format calls for syntax/cardinality.
450
//
451
- // Deprecated: use ext.ValidateFormatString() as this option is now a no-op.
+ // Deprecated: use ext.StringsValidateFormatCalls() as this option is now a no-op.
452
OptCheckStringFormat EvalOption = 1 << iota
453
)
454
0 commit comments