Skip to content

Commit

Permalink
MINOR: [Docs][C++] Fix a typo (apache#38568)
Browse files Browse the repository at this point in the history
### Rationale for this change

Noticed a typo on the web doc and proposing here a fix

### Are these changes tested?

No. But the PR is changing only text.

### Are there any user-facing changes?

Yes. But only documentation typo

Authored-by: Pierre Moulon <[email protected]>
Signed-off-by: Sutou Kouhei <[email protected]>
  • Loading branch information
pmoulon authored Nov 3, 2023
1 parent 2fb7fd9 commit d4deb36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/cpp/examples/compute_and_write_example.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit d4deb36

Please sign in to comment.