From f43e92d1c6ea0802d5136fc20f6e4b5566f8735c Mon Sep 17 00:00:00 2001 From: Matthijs Brobbel Date: Thu, 26 Sep 2024 22:56:28 +0200 Subject: [PATCH] MINOR: [Format][Docs] Fix a typo in `JSON` extension type docs (#44239) ### Rationale for this change Noticed a typo in the docs for the `JSON` extension type. ### What changes are included in this PR? Removed the double `or`. ### Are these changes tested? No. ### Are there any user-facing changes? Typo fixed. Authored-by: Matthijs Brobbel Signed-off-by: Sutou Kouhei --- docs/source/format/CanonicalExtensions.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/format/CanonicalExtensions.rst b/docs/source/format/CanonicalExtensions.rst index 1106f8aaffdd3..22f2efb16f2b9 100644 --- a/docs/source/format/CanonicalExtensions.rst +++ b/docs/source/format/CanonicalExtensions.rst @@ -259,7 +259,7 @@ JSON * Extension name: ``arrow.json``. * The storage type of this extension is ``String`` or - or ``LargeString`` or ``StringView``. + ``LargeString`` or ``StringView``. Only UTF-8 encoded JSON as specified in `rfc8259`_ is supported. * Extension type parameters: