@@ -433,10 +433,10 @@ An _incremental pending notice_ must contain entries with the keys {"id"} and
433433{"path"}, and may contain an entry with key {"label"}.
434434
435435The value of {"id"} must be a string. This {"id"} should be used by clients to
436- correlate incremental pending notices with _ incremental result_ and _ completed
437- result _ . The {"id"} value must be unique across the entire _ incremental stream _
438- response. There must not be any other incremental pending notice in the
439- _ incremental stream_ with the same {"id"}.
436+ correlate incremental pending notices with _ incremental result_ and _ incremental
437+ completion notice _ . The {"id"} value must be unique across the entire
438+ _ incremental stream _ response. There must not be any other incremental pending
439+ notice in the _ incremental stream_ with the same {"id"}.
440440
441441The value of {"path"} must be a _ response position_ . When the incremental
442442pending notice is associated with a ` @stream ` directive, it indicates the list
@@ -574,8 +574,8 @@ and may contain an entry with the key {"errors"}.
574574The value of {"id"} must be a string referencing its _ associated incremental
575575pending notice_ . The associated incremental pending notice must appear either in
576576the _ initial incremental stream result_ , in a prior _ incremental stream update
577- result_ , or in the same _ incremental stream update result_ as the _ completed
578- result _ that references it.
577+ result_ , or in the same _ incremental stream update result_ as the _ incremental
578+ completion notice _ that references it.
579579
580580The value of {"errors"}, if present, informs clients that the delivery of the
581581data from the _ associated incremental pending notice_ has failed, due to an
0 commit comments