Skip to content

Commit 976ef32

Browse files
rodainejchadwick-buf
andauthored
Clarify "custom validation functions" (#279)
Fixes #277 --------- Co-authored-by: jchadwick-buf <[email protected]>
1 parent 283c515 commit 976ef32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/custom-constraints.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ requirements specific to your application.
88

99
Field-level constraints apply to specific data types within a message and can
1010
include requirements such as minimum and maximum values, regular expressions,
11-
and custom validation functions. Message-level constraints, on the other hand,
11+
and [custom validation functions](cel.md#custom-variables-functions-and-overloads). Message-level constraints, on the other hand,
1212
apply to the entire message, allowing for more complex validation scenarios that
1313
depend on the relationships between fields or specific combinations of field
1414
values.

0 commit comments

Comments
 (0)