Skip to content

Commit

Permalink
refactor: fixed a typo in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
duckki committed Mar 26, 2024
1 parent a494631 commit e41edc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internals-js/src/operations.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2880,7 +2880,7 @@ class FieldsConflictValidator {
continue;
}

// We're basically checking [FieldInSetCanMerge](https://spec.graphql.org/draft/#FieldsInSetCanMerge()),
// We're basically checking [FieldsInSetCanMerge](https://spec.graphql.org/draft/#FieldsInSetCanMerge()),
// but from 2 set of fields (`thisFields` and `thatFields`) of the same response that we know individually
// merge already.
for (const [thisField, thisValidator] of thisFields.entries()) {
Expand Down

0 comments on commit e41edc2

Please sign in to comment.