From 012a9135966dd1a98c0329becbdecc4c0f0297a2 Mon Sep 17 00:00:00 2001 From: Jan Melcher Date: Mon, 17 Oct 2022 18:40:49 +0200 Subject: [PATCH] Fix reference mistake in subscription execution --- spec/Section 6 -- Execution.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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):