Skip to content

Commit

Permalink
Fix return type doc
Browse files Browse the repository at this point in the history
  • Loading branch information
vyasr committed Sep 22, 2023
1 parent d1e8ae2 commit d96dc39
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cpp/include/cudf/sorting.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,8 @@ std::unique_ptr<column> stable_sorted_order(
* `input.num_columns()` or empty. If empty,
* `null_order::BEFORE` is assumed for all columns.
*
* @param stream CUDA stream used for device memory operations and kernel launches
* @returns bool true if sorted as expected, false if not
* @param stream CUDA stream used for device memory operations and kernel launches
* @returns true if sorted as expected, false if not
*/
bool is_sorted(cudf::table_view const& table,
std::vector<order> const& column_order,
Expand Down

0 comments on commit d96dc39

Please sign in to comment.