Skip to content

Commit 64a2525

Browse files
authored
MINOR: [Docs] Fix a typo in overview.rst (#48678)
Thanks for opening a pull request! If this is your first pull request you can find detailed information on how to contribute here: * [New Contributor's Guide](https://arrow.apache.org/docs/dev/developers/guide/step_by_step/pr_lifecycle.html#reviews-and-merge-of-the-pull-request) * [Contributing Overview](https://arrow.apache.org/docs/dev/developers/overview.html) Please remove this line and the above text before creating your pull request. ### Rationale for this change This PR fixes a typo in `overview.rst` ### What changes are included in this PR? `most of implementation` -> `most of the implementations` ### Are these changes tested? CI ### Are there any user-facing changes? yes, doc-only change Authored-by: Ruifeng Zheng <ruifengz@apache.org> Signed-off-by: Nic Crane <thisisnic@gmail.com>
1 parent 4d294ad commit 64a2525

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/source/developers/overview.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ Endianness
202202
++++++++++
203203

204204
The Arrow format allows setting endianness. Due to the popularity of
205-
little endian architectures most of implementation assume little endian by
205+
little endian architectures, most of the implementations assume little endian by
206206
default. There has been some effort to support big endian platforms as well.
207207
Based on a `mailing-list discussion
208208
<https://mail-archives.apache.org/mod_mbox/arrow-dev/202009.mbox/%3cCAK7Z5T--HHhr9Dy43PYhD6m-XoU4qoGwQVLwZsG-kOxXjPTyZA@mail.gmail.com%3e>`__,

0 commit comments

Comments
 (0)