This is an automated email from the ASF dual-hosted git repository.
assignuser pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/arrow.git
The following commit(s) were added to refs/heads/master by this push:
new 3f31b327cd MINOR: [Docs] Fix typo in docs (#15227)
3f31b327cd is described below
commit 3f31b327cd04e79e673b37ee684d438a72367483
Author: Jonas Haag <[email protected]>
AuthorDate: Sat Jan 7 23:11:26 2023 +0100
MINOR: [Docs] Fix typo in docs (#15227)
Authored-by: Jonas Haag <[email protected]>
Signed-off-by: Jacob Wujciak-Jens <[email protected]>
---
docs/source/cpp/arrays.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/source/cpp/arrays.rst b/docs/source/cpp/arrays.rst
index 9c1bade551..3755022938 100644
--- a/docs/source/cpp/arrays.rst
+++ b/docs/source/cpp/arrays.rst
@@ -49,7 +49,7 @@ example a ``std::vector``. Instead, several strategies can
be used:
* if the data already exists in memory with the right layout, you can wrap
said memory inside :class:`arrow::Buffer` instances and then construct
- a :class:`arrow::ArrowData` describing the array;
+ a :class:`arrow::ArrayData` describing the array;
.. seealso:: :ref:`cpp_memory_management`