Skip to content

Commit

Permalink
Apply suggestion from reviews
Browse files Browse the repository at this point in the history
  • Loading branch information
mhaseeb123 committed Oct 18, 2024
1 parent 201d761 commit 0024a64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpp/include/cudf/detail/iterator.cuh
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ namespace detail {
* iter[n] == n * n
* @endcode
*
* @param start The starting value of the counting iterator (must be int32_t or smaller type).
* @param start The starting value of the counting iterator (must be size_type or smaller type).
* @param f The unary function to apply to the counting iterator.
* @return A transform iterator that applies `f` to a counting iterator
*/
Expand Down

0 comments on commit 0024a64

Please sign in to comment.