Skip to content

Commit 4b7c874

Browse files
committed
Try to fix docs build
Signed-off-by: Nghia Truong <[email protected]>
1 parent b274eec commit 4b7c874

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cpp/include/cudf/aggregation/host_udf.hpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -225,8 +225,8 @@ struct aggregate_result_functor;
225225
* input is empty, and `operator()` to perform its groupby operations.
226226
*
227227
* During execution, the derived class can access to internal data provided by libcudf groupby
228-
* framework through a set of `get*` accessors, as well as calling other build-in groupby
229-
* aggregations through the `compute_aggregation()` function.
228+
* framework through a set of ``get*`` accessors, as well as calling other build-in groupby
229+
* aggregations through the `compute_aggregation` function.
230230
*
231231
* @note The derived class can only perform sort-based groupby aggregations. Hash-based groupby
232232
* aggregations require more complex data structure and is not yet supported.

0 commit comments

Comments
 (0)