Skip to content

Commit 497e333

Browse files
authored
Fix reference mistake in subscription execution (#994)
1 parent 7485a34 commit 497e333

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/Section 6 -- Execution.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,7 @@ MapSourceToResponseEvent(sourceStream, subscription, schema, variableValues):
297297
- Let {response} be the result of running
298298
{ExecuteSubscriptionEvent(subscription, schema, variableValues, event)}.
299299
- Yield an event containing {response}.
300-
- When {responseStream} completes: complete this event stream.
300+
- When {sourceStream} completes: complete {responseStream}.
301301

302302
ExecuteSubscriptionEvent(subscription, schema, variableValues, initialValue):
303303

0 commit comments

Comments
 (0)