Skip to content

Commit b6c35d7

Browse files
committed
bubble -> propagate
1 parent 5d72416 commit b6c35d7

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

spec/Section 7 -- Response.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -360,13 +360,13 @@ Incremental List Result's `path`. This output will be a list of the same type of
360360
the response field at this path.
361361

362362
If any field errors were raised during the execution of the results in `items`
363-
and these errors bubbled to a path higher than the Incremental List Result's
363+
and these errors propagate to a path higher than the Incremental List Result's
364364
path, The Incremental List Result is considered failed and should not be
365365
included in the response stream. The errors that caused this failure will be
366366
included in a Completed Result.
367367

368368
If any field errors were raised during the execution of the results in `items`
369-
and these errors did not bubble to a path higher than the Incremental List
369+
and these errors did not propagate to a path higher than the Incremental List
370370
Result's path, the Incremental List Result must contain an entry with key
371371
`errors` containing these field errors. The value of this entry is described in
372372
the "Errors" section.
@@ -396,13 +396,13 @@ Incremental Object Result must point to the Pending Result that results in the
396396
shortest `subPath`.
397397

398398
If any field errors were raised during the execution of the results in `data`
399-
and these errors bubbled to a path higher than the Incremental Object Result's
400-
path, The Incremental Object Result is considered failed and should not be
401-
included in the response stream. The errors that caused this failure will be
399+
and these errors propagated to a path higher than the Incremental Object
400+
Result's path, The Incremental Object Result is considered failed and should not
401+
be included in the response stream. The errors that caused this failure will be
402402
included in a Completed Result.
403403

404404
If any field errors were raised during the execution of the results in `data`
405-
and these errors did not bubble to a path higher than the Incremental Object
405+
and these errors did not propagate to a path higher than the Incremental Object
406406
Result's path, the Incremental Object Result must contain an entry with key
407407
`errors` containing these field errors. The value of this entry is described in
408408
the "Errors" section.

0 commit comments

Comments
 (0)