Skip to content

Commit

Permalink
update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
jnke2016 committed Sep 10, 2024
1 parent 2e5b0ff commit 75ed1d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpp/src/prims/per_v_pair_dst_nbr_intersection.cuh
Original file line number Diff line number Diff line change
Expand Up @@ -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 <typename GraphViewType, typename VertexPairIterator>
Expand Down

0 comments on commit 75ed1d0

Please sign in to comment.