Skip to content

Commit

Permalink
MINOR: [Format][Docs] Fix a typo in JSON extension type docs (#44239)
Browse files Browse the repository at this point in the history
### 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 <m1brobbel@gmail.com>
Signed-off-by: Sutou Kouhei <kou@clear-code.com>
  • Loading branch information
mbrobbel authored Sep 26, 2024
1 parent 6750ecc commit f43e92d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/format/CanonicalExtensions.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit f43e92d

Please sign in to comment.