Skip to content

Commit e35c4bf

Browse files
achirkintfeher
andauthored
Update cpp/include/raft/mr/statistics_adaptor.hpp
Co-authored-by: Tamas Bela Feher <tfeher@nvidia.com>
1 parent 830ec3c commit e35c4bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cpp/include/raft/mr/statistics_adaptor.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ struct resource_stats {
5353
* a shared resource_stats object. The stats are co-owned via shared_ptr so
5454
* they survive type-erasure of this adaptor.
5555
*
56-
* @note Make sure to call stats() before type-erasing the adaptor to get the statistics.
56+
* @note Make sure to call get_stats() before type-erasing the adaptor to get the statistics.
5757
*
5858
* @tparam Upstream Stored by value. Use a concrete resource type for owning
5959
* semantics, or a ref type (e.g. raft::mr::host_resource_ref)

0 commit comments

Comments
 (0)