Skip to content

Commit

Permalink
Fix docstring for operator==
Browse files Browse the repository at this point in the history
  • Loading branch information
harrism committed Jan 18, 2024
1 parent aafa18a commit 92c8e23
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions include/rmm/mr/pinned_host_memory_resource.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -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; }

Expand Down

0 comments on commit 92c8e23

Please sign in to comment.