Skip to content

Commit 2de55a4

Browse files
Fix deprecaation notice for string format validation (#840)
1 parent 89b799e commit 2de55a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎cel/options.go‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -448,7 +448,7 @@ const (
448448

449449
// OptCheckStringFormat enables compile-time checking of string.format calls for syntax/cardinality.
450450
//
451-
// Deprecated: use ext.ValidateFormatString() as this option is now a no-op.
451+
// Deprecated: use ext.StringsValidateFormatCalls() as this option is now a no-op.
452452
OptCheckStringFormat EvalOption = 1 << iota
453453
)
454454

0 commit comments

Comments
 (0)