From 75ed1d0fe3e0fe7ba830f284c9c0ae5a9c00c790 Mon Sep 17 00:00:00 2001 From: jnke2016 Date: Mon, 9 Sep 2024 17:18:38 -0700 Subject: [PATCH] update documentation --- cpp/src/prims/per_v_pair_dst_nbr_intersection.cuh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cpp/src/prims/per_v_pair_dst_nbr_intersection.cuh b/cpp/src/prims/per_v_pair_dst_nbr_intersection.cuh index 690aa0d5427..01c76e5085a 100644 --- a/cpp/src/prims/per_v_pair_dst_nbr_intersection.cuh +++ b/cpp/src/prims/per_v_pair_dst_nbr_intersection.cuh @@ -39,7 +39,7 @@ namespace cugraph { * @param graph_view Non-owning graph object. * @param vertex_pair_first Iterator pointing to the first (inclusive) input vertex pair. * @param vertex_pair_last Iterator pointing to the last (exclusive) input vertex pair. - * @param A flag to run expensive checks for input arguments (if set to `true`). + * @param do_expensive_check A flag to run expensive checks for input arguments (if set to `true`). * @return std::tuple Tuple of intersection offsets and indices. */ template