From bf172518b8edf230ea3ab251db2fca166ab9026e Mon Sep 17 00:00:00 2001 From: jnke2016 Date: Tue, 26 Nov 2024 19:21:06 -0800 Subject: [PATCH] update docstrings --- cpp/src/c_api/neighbor_sampling.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cpp/src/c_api/neighbor_sampling.cpp b/cpp/src/c_api/neighbor_sampling.cpp index 1aa39fdeddd..64f997a972d 100644 --- a/cpp/src/c_api/neighbor_sampling.cpp +++ b/cpp/src/c_api/neighbor_sampling.cpp @@ -1290,7 +1290,7 @@ struct neighbor_sampling_functor : public cugraph::c_api::abstract_functor { (vertex_type_offsets_ != nullptr) ? vertex_type_offsets_->size_ - 1 : vertex_type_offsets.size() - 1, - // num_vertex_type is by default 1 if 'vertex_type_offsets' is not provided + // num_vertex_type is by default 1 if 'vertex_type_offsets' is not provided. num_edge_types_, src_is_major, do_expensive_check_);