Skip to content

Commit a93f61a

Browse files
robrichardbenjie
andauthored
Apply suggestions from code review
fix execution Co-authored-by: Benjie <[email protected]>
1 parent 3d92858 commit a93f61a

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
@@ -315,8 +315,8 @@ MapSourceToResponseEvent(sourceStream, subscription, schema, variableValues):
315315
sourceValue)}.
316316
- If internal {error} was raised:
317317
- Cancel {sourceStream}.
318-
- Complete {executionResult} with {error}.
319-
- Otherwise emit {response} on {responseStream}.
318+
- Complete {responseStream} with {error}.
319+
- Otherwise emit {executionResult} on {responseStream}.
320320
- When {sourceStream} completes normally:
321321
- Complete {responseStream} normally.
322322
- When {sourceStream} completes with {error}:

0 commit comments

Comments
 (0)