From 92c8e236c5cb4f27d5e331acfa43e2bc17d438b1 Mon Sep 17 00:00:00 2001 From: Mark Harris <783069+harrism@users.noreply.github.com> Date: Thu, 18 Jan 2024 21:17:19 +0000 Subject: [PATCH] Fix docstring for operator== --- include/rmm/mr/pinned_host_memory_resource.hpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/include/rmm/mr/pinned_host_memory_resource.hpp b/include/rmm/mr/pinned_host_memory_resource.hpp index e679352e8..c51af4182 100644 --- a/include/rmm/mr/pinned_host_memory_resource.hpp +++ b/include/rmm/mr/pinned_host_memory_resource.hpp @@ -167,8 +167,7 @@ class pinned_host_memory_resource { // NOLINTEND(bugprone-easily-swappable-parameters) /** - * @briefreturn{true if the specified resource is the same type as this resource, otherwise - * false.} + * @briefreturn{true if the specified resource is the same type as this resource.} */ bool operator==(const pinned_host_memory_resource&) const { return true; }