diff --git a/docs/source/developers/overview.rst b/docs/source/developers/overview.rst index 7e38dcb8ebc..79bbec1e23a 100644 --- a/docs/source/developers/overview.rst +++ b/docs/source/developers/overview.rst @@ -163,7 +163,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 `__,