diff --git a/spec/Section 6 -- Execution.md b/spec/Section 6 -- Execution.md index 28862ea89..ebe034ce7 100644 --- a/spec/Section 6 -- Execution.md +++ b/spec/Section 6 -- Execution.md @@ -294,7 +294,7 @@ MapSourceToResponseEvent(sourceStream, subscription, schema, variableValues): - Let {response} be the result of running {ExecuteSubscriptionEvent(subscription, schema, variableValues, event)}. - Yield an event containing {response}. -- When {responseStream} completes: complete this event stream. +- When {sourceStream} completes: complete {responseStream}. ExecuteSubscriptionEvent(subscription, schema, variableValues, initialValue):