diff --git a/docs/language/lateral-subqueries.md b/docs/language/lateral-subqueries.md index bd8d3bb446..8966dae24b 100644 --- a/docs/language/lateral-subqueries.md +++ b/docs/language/lateral-subqueries.md @@ -13,7 +13,7 @@ the outer sequence. :::tip Note This pattern rhymes with the SQL pattern of a "lateral -join", which runs a SQL subquery for each row of the outer query's table. +join", which runs a subquery for each row of the outer query's results. ::: Lateral subqueries are created using the scoped form of the