This is an automated email from the ASF dual-hosted git repository.
thisisnic pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow.git
The following commit(s) were added to refs/heads/main by this push:
new 64a2525ada MINOR: [Docs] Fix a typo in `overview.rst` (#48678)
64a2525ada is described below
commit 64a2525ada45ed0eb1632f29d668164f28f73f1c
Author: Ruifeng Zheng <[email protected]>
AuthorDate: Tue Apr 7 05:45:33 2026 +0800
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 <[email protected]>
Signed-off-by: Nic Crane <[email protected]>
---
docs/source/developers/overview.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/source/developers/overview.rst
b/docs/source/developers/overview.rst
index a6445aaccd..0b3660e4d7 100644
--- a/docs/source/developers/overview.rst
+++ b/docs/source/developers/overview.rst
@@ -202,7 +202,7 @@ Endianness
++++++++++
The Arrow format allows setting endianness. Due to the popularity of
-little endian architectures most of implementation assume little endian by
+little endian architectures, most of the implementations assume little endian
by
default. There has been some effort to support big endian platforms as well.
Based on a `mailing-list discussion
<https://mail-archives.apache.org/mod_mbox/arrow-dev/202009.mbox/%3ccak7z5t--hhhr9dy43pyhd6m-xou4qogwqvlwzsg-koxxjpt...@mail.gmail.com%3e>`__,