From f2dd1f3bdfbb6311720a01ac097087748ee51ead Mon Sep 17 00:00:00 2001 From: jnke2016 Date: Wed, 21 Feb 2024 09:41:27 -0800 Subject: [PATCH] update docstrings for consistency --- cpp/include/cugraph/algorithms.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cpp/include/cugraph/algorithms.hpp b/cpp/include/cugraph/algorithms.hpp index 6872db3e4bc..194f2aa2e3d 100644 --- a/cpp/include/cugraph/algorithms.hpp +++ b/cpp/include/cugraph/algorithms.hpp @@ -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.