File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -472,7 +472,7 @@ function executeFields(
472
472
}
473
473
474
474
/**
475
- * Implements the "Executing field " section of the spec
475
+ * Implements the "Executing fields " section of the spec
476
476
* In particular, this function figures out the value that the field returns by
477
477
* calling its resolve function, then calls completeValue to complete promises,
478
478
* serialize scalars, or execute the sub-selection-set for objects.
@@ -594,7 +594,7 @@ function handleFieldError(
594
594
595
595
/**
596
596
* Implements the instructions for completeValue as defined in the
597
- * "Field entries " section of the spec.
597
+ * "Value Completion " section of the spec.
598
598
*
599
599
* If the field type is Non-Null, then this recursively completes the value
600
600
* for the inner type. It throws a field error if that completion returns null,
You can’t perform that action at this time.
0 commit comments