Skip to content

Commit 894b994

Browse files
committed
finish renaming update
1 parent 6c289c4 commit 894b994

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
@@ -837,11 +837,11 @@ serial):
837837
- If {data} is defined:
838838
- Let {incrementalResult} be a new unordered map containing {data},
839839
{errors} and {pending}.
840-
- Yield {update}.
840+
- Yield {incrementalResult}.
841841
- Otherwise, if {incremental} or {completed} is not empty:
842842
- Let {incrementalResult} be a new unordered map containing {pending},
843843
{incremental}, {completed} and {hasNext}.
844-
- Yield {update}.
844+
- Yield {incrementalResult}.
845845
- If {hasNext} is {false}, complete this incremental result stream and
846846
return.
847847

0 commit comments

Comments
 (0)