Skip to content

Commit

Permalink
update docstrings for consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
jnke2016 committed Feb 21, 2024
1 parent 66a2310 commit f2dd1f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cpp/include/cugraph/algorithms.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -2043,9 +2043,9 @@ void triangle_count(raft::handle_t const& handle,
bool do_expensive_check = false);

/*
* @brief Compute k_truss.
* @brief Compute K-Truss.
*
* Extract the k_truss subgraph of a graph
* Extract the K-Truss subgraph of a graph
*
* @tparam vertex_t Type of vertex identifiers. Needs to be an integral type.
* @tparam edge_t Type of edge identifiers. Needs to be an integral type.
Expand Down

0 comments on commit f2dd1f3

Please sign in to comment.