Skip to content

Commit cff3c89

Browse files
authored
docs: fix the typo in CEL proto (#111)
Signed-off-by: Rohit Agrawal <rohit.agrawal@databricks.com>
1 parent 57cfbe6 commit cff3c89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xds/type/matcher/v3/cel.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ option go_package = "github.com/cncf/xds/go/xds/type/matcher/v3";
2020
//
2121
// The match is ``true``, iff the result of the evaluation is a bool AND true.
2222
// In all other cases, the match is ``false``, including but not limited to: non-bool types,
23-
// ``false``, ``null``,`` int(1)``, etc.
23+
// ``false``, ``null``, ``int(1)``, etc.
2424
// In case CEL expression raises an error, the result of the evaluation is interpreted "no match".
2525
//
2626
// Refer to :ref:`Unified Matcher API <envoy_v3_api_msg_.xds.type.matcher.v3.Matcher>` documentation

0 commit comments

Comments
 (0)