Skip to content

Commit

Permalink
Fix deprecaation notice for string format validation (#840)
Browse files Browse the repository at this point in the history
  • Loading branch information
TristonianJones committed Sep 19, 2023
1 parent 89b799e commit 2de55a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cel/options.go
Expand Up @@ -448,7 +448,7 @@ const (

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

Expand Down

0 comments on commit 2de55a4

Please sign in to comment.