Skip to content

Commit c592f67

Browse files
committed
format
1 parent 9a636fd commit c592f67

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spec/Section 6 -- Execution.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -667,8 +667,8 @@ Note: It is common for {resolver} to be asynchronous due to relying on reading
667667
an underlying database or networked service to produce a value. This
668668
necessitates the rest of a GraphQL executor to handle an asynchronous execution
669669
flow. In addition, for fields that have a return type that is a List type, each
670-
value in a collection of values returned by {resolver} may be
671-
retrieved asynchronously.
670+
value in a collection of values returned by {resolver} may be retrieved
671+
asynchronously.
672672

673673
### Value Completion
674674

0 commit comments

Comments
 (0)