Skip to content

Commit df8af06

Browse files
committed
Copy/paste error
1 parent 565be26 commit df8af06

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
@@ -186,8 +186,8 @@ initialStreams, variableValues):
186186
- Add {errors} to {incrementalPayload}.
187187
- If {pending} is not empty:
188188
- Add {pending} to {incrementalPayload}.
189-
- If {pending} is not empty:
190-
- Add {pending} to {incrementalPayload}.
189+
- If {completed} is not empty:
190+
- Add {completed} to {incrementalPayload}.
191191
- Yield to {responseStream} the value {incrementalPayload}.
192192
- Reset {incremental} to an empty list.
193193
- Reset {errors} to an empty list.

0 commit comments

Comments
 (0)