Skip to content

Commit 1a20741

Browse files
Apply suggestions from code review
Co-authored-by: Jens Pryce-Åklundh <[email protected]>
1 parent 12d4ee7 commit 1a20741

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/ROOT/pages/queries/composed-queries/sequential-queries.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ RETURN product.name AS product,
187187
[[union-after-next]]
188188
=== Using `UNION` after `NEXT`
189189

190-
If a `UNION` query follows a `NEXT` the full table of intermediate results is passed into all arms of the `UNION` query.
190+
If a `UNION` query follows a `NEXT` the full table of intermediate results is passed into all branches of the `UNION` query.
191191

192192
.`UNION` after `NEXT`
193193
// tag::sequential_queries_union[]

0 commit comments

Comments
 (0)