Skip to content

Commit

Permalink
docs(cpp): Fix type in documentation about datatypes
Browse files Browse the repository at this point in the history
  • Loading branch information
llama90 committed Nov 7, 2023
1 parent 25c18d8 commit 6e9c32f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/cpp/datatypes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 <https://en.wikipedia.org/wiki/Visitor_pattern>`_. Arrow provides
the template functions:
Expand Down

0 comments on commit 6e9c32f

Please sign in to comment.