From 6e9c32f4dc160fc035a0e5255e4e81ed83472efa Mon Sep 17 00:00:00 2001 From: Hyunseok Seo Date: Tue, 7 Nov 2023 19:13:09 +0900 Subject: [PATCH] docs(cpp): Fix type in documentation about datatypes --- docs/source/cpp/datatypes.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/cpp/datatypes.rst b/docs/source/cpp/datatypes.rst index 1d2133cbdf3d6..922fef1498b9c 100644 --- a/docs/source/cpp/datatypes.rst +++ b/docs/source/cpp/datatypes.rst @@ -157,7 +157,7 @@ Visitor Pattern --------------- In order to process :class:`arrow::DataType`, :class:`arrow::Scalar`, or -:class:`arrow::Array`, you may need to write write logic that specializes based +:class:`arrow::Array`, you may need to write logic that specializes based on the particular Arrow type. In these cases, use the `visitor pattern `_. Arrow provides the template functions: