We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 830ec3c commit e35c4bfCopy full SHA for e35c4bf
cpp/include/raft/mr/statistics_adaptor.hpp
@@ -53,7 +53,7 @@ struct resource_stats {
53
* a shared resource_stats object. The stats are co-owned via shared_ptr so
54
* they survive type-erasure of this adaptor.
55
*
56
- * @note Make sure to call stats() before type-erasing the adaptor to get the statistics.
+ * @note Make sure to call get_stats() before type-erasing the adaptor to get the statistics.
57
58
* @tparam Upstream Stored by value. Use a concrete resource type for owning
59
* semantics, or a ref type (e.g. raft::mr::host_resource_ref)
0 commit comments