diff --git a/docs/source/cpp/examples/compute_and_write_example.rst b/docs/source/cpp/examples/compute_and_write_example.rst index 096b97b837e05..c4480a5f5cdf1 100644 --- a/docs/source/cpp/examples/compute_and_write_example.rst +++ b/docs/source/cpp/examples/compute_and_write_example.rst @@ -23,6 +23,6 @@ Compute and Write CSV Example The file ``cpp/examples/arrow/compute_and_write_csv_example.cc`` located inside the source tree contains an example of creating a table of two numerical columns -and then compariong the magnitudes of the entries in the columns and wrting out to +and then comparing the magnitudes of the entries in the columns and wrting out to a CSV file with the column entries and their comparisons. The code in the example is documented.