From 32a672788602ab2ae03865b89edf1454bed7da50 Mon Sep 17 00:00:00 2001 From: roll Date: Wed, 3 Apr 2024 11:09:57 +0100 Subject: [PATCH] Updated wording --- 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 b71ab7a6..cc11554f 100644 --- a/content/docs/specifications/table-schema.md +++ b/content/docs/specifications/table-schema.md @@ -461,7 +461,7 @@ The list field can be customised with this additional property: **Native Representaiton** -If supported, values `MUST` be natively represented by a data format. If not supported, the field `MUST` contain a string with list items separated by a delimiter which is `,` (comma) by default e.g. `value1,value2`. The list items `MUST` be serialized in default format of the corresponding `itemType`. The delimiter can be customised with this additional property: +If supported, values `MUST` be natively represented by a data format. If not supported, the field `MUST` contain a string with list items separated by a delimiter which is `,` (comma) by default e.g. `value1,value2`. The list items `MUST` be serialized using a default format of the corresponding `itemType`. The delimiter can be customised with this additional property: - **delimiter**: specifies the character sequence which separates list items. If not present, the default is `,` (comma).