From 38e8f87a8fa209e75398fb14d3ae7d0ec52443b0 Mon Sep 17 00:00:00 2001 From: prql-bot <107324867+prql-bot@users.noreply.github.com> Date: Sat, 14 Sep 2024 06:36:54 -0700 Subject: [PATCH] chore: Backport #4904 to `web` (#4906) Co-authored-by: Cornelius Roemer --- web/book/src/tutorial/relations.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/book/src/tutorial/relations.md b/web/book/src/tutorial/relations.md index f18fd0a93f3e..3ff14eb36979 100644 --- a/web/book/src/tutorial/relations.md +++ b/web/book/src/tutorial/relations.md @@ -17,7 +17,7 @@ looks like this: | 6 | 37 | Frankfurt | ... | 0.99 | A relation is composed of rows. Each row in a relation contains a value for each -of the relation's columns. Each column in a relation has an unique name and a +of the relation's columns. Each column in a relation has a unique name and a designated data type. The table above is a relation, and has columns named `invoice_id`and `customer_id` each with a data type of "integer number", a `billing_city` column with a data type of "text", several other columns, and a