From 2c9418c65ab1707c3f3127bad2dd810377f09d32 Mon Sep 17 00:00:00 2001 From: prql-bot <107324867+prql-bot@users.noreply.github.com> Date: Tue, 28 Jul 2026 07:20:49 +0000 Subject: [PATCH] docs: fix survey typos and refresh stale playground comment --- prqlc/prqlc/tests/integration/dbs/README.md | 2 +- web/book/src/reference/syntax/keywords.md | 2 +- web/playground/index.html | 10 +++++----- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/prqlc/prqlc/tests/integration/dbs/README.md b/prqlc/prqlc/tests/integration/dbs/README.md index 34b6b4f91019..a8e31dcc671d 100644 --- a/prqlc/prqlc/tests/integration/dbs/README.md +++ b/prqlc/prqlc/tests/integration/dbs/README.md @@ -65,7 +65,7 @@ to 112kB, but that would require a preprocessing step before running ## Queries For databases like ClickHouse, where the order of results is ambiguous, please -use `sort` for test queries to to guarantee the order of rows across DBs. +use `sort` for test queries to guarantee the order of rows across DBs. For example, instead of the following query: diff --git a/web/book/src/reference/syntax/keywords.md b/web/book/src/reference/syntax/keywords.md index bfd788afe382..bdb4506f3953 100644 --- a/web/book/src/reference/syntax/keywords.md +++ b/web/book/src/reference/syntax/keywords.md @@ -81,7 +81,7 @@ Identifiers of database tables can be prefixed with schema and databases names. from my_database.chinook.albums ``` -Note that all of following identifiers will be treated as separate table +Note that all of the following identifiers will be treated as separate table definitions: `tracks`, `public.tracks`, `my_database.public.tracks`. ## Keywords diff --git a/web/playground/index.html b/web/playground/index.html index 9e5aed8deb8f..9969e89dce61 100644 --- a/web/playground/index.html +++ b/web/playground/index.html @@ -19,14 +19,14 @@