Skip to content

Commit

Permalink
MINOR: [Doc][Java] Fix inline literals in "Ordering comparison" (#14252)
Browse files Browse the repository at this point in the history
An extra space before double-backticks was causing incorrect rendering of the list of literals.

Authored-by: Leo Gertsenshteyn <146586+leoger@users.noreply.github.com>
Signed-off-by: Antoine Pitrou <antoine@python.org>
  • Loading branch information
leoger committed Sep 27, 2022
1 parent 010d4f7 commit b75e9e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/java/algorithm.rst
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ elements can be compared in one of the two ways:
Currently, this type of comparison is supported through the ``org.apache.arrow.vector.compare.VectorValueEqualizer``
interface.

2. **Ordering comparison**: there are three possible results for this type of comparisons: ``less than``, ``equal to ``
2. **Ordering comparison**: there are three possible results for this type of comparisons: ``less than``, ``equal to``
and ``greater than``. This comparison is supported by the abstract class ``org.apache.arrow.algorithm.sort.VectorValueComparator``.

We provide default implementations to compare vector elements. However, users can also define ways
Expand Down

0 comments on commit b75e9e9

Please sign in to comment.