Skip to content

Commit 012a913

Browse files
authored
Fix reference mistake in subscription execution
1 parent 3aa021f commit 012a913

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/Section 6 -- Execution.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,7 @@ MapSourceToResponseEvent(sourceStream, subscription, schema, variableValues):
294294
- Let {response} be the result of running
295295
{ExecuteSubscriptionEvent(subscription, schema, variableValues, event)}.
296296
- Yield an event containing {response}.
297-
- When {responseStream} completes: complete this event stream.
297+
- When {sourceStream} completes: complete {responseStream}.
298298

299299
ExecuteSubscriptionEvent(subscription, schema, variableValues, initialValue):
300300

0 commit comments

Comments
 (0)