From 3159345f28e6e5a91bef423832639cd74dcef601 Mon Sep 17 00:00:00 2001 From: roll Date: Thu, 14 Mar 2024 15:26:24 +0000 Subject: [PATCH] Update content/docs/specifications/table-schema.md Co-authored-by: Pieter Huybrechts <48065851+PietrH@users.noreply.github.com> --- content/docs/specifications/table-schema.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/docs/specifications/table-schema.md b/content/docs/specifications/table-schema.md index 8c396066..aa45a8ee 100644 --- a/content/docs/specifications/table-schema.md +++ b/content/docs/specifications/table-schema.md @@ -388,7 +388,7 @@ This CSV data file will have logical values as below: ```csv id,name 1,apple -2,organe +2,orange ``` ```javascript