Skip to content

Commit b5b62cb

Browse files
committed
comment
1 parent acad0cd commit b5b62cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/fwschemadata/value_semantic_equality_set.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ func ValueSemanticEqualitySetElements(ctx context.Context, req ValueSemanticEqua
129129
updatedElements := false
130130

131131
// The underlying loop will mutate priorValueElements to avoid keeping
132-
// duplicate semantically equal elements. Need the original length to avoid panicks
132+
// duplicate semantically equal elements. Need the original length to avoid a panic
133133
originalPriorElementsLength := len(priorValueElements)
134134

135135
// Loop through proposed elements by delegating to the recursive semantic

0 commit comments

Comments
 (0)