Skip to content

Commit 2733fc1

Browse files
CEL Dev Teamcopybara-github
authored andcommitted
Fix Typo: "descedent" to "descendent".
PiperOrigin-RevId: 813445354
1 parent 668d3e5 commit 2733fc1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

checker/src/main/java/dev/cel/checker/ProtoTypeMask.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ public ProtoTypeMask withFieldsAsVariableDeclarations() {
8080
*
8181
* <ul>
8282
* <li>All descendent fields after the last element in the field mask path are visible.
83-
* <li>The asterisk '*' can be used as an explicit indicator that all descedent fields are
83+
* <li>The asterisk '*' can be used as an explicit indicator that all descendent fields are
8484
* visible to CEL.
8585
* <li>Repeated fields are not supported.
8686
* </ul>

0 commit comments

Comments
 (0)