From b8f70519f6fcdc4051dbcea192211d01b6ee3b6a Mon Sep 17 00:00:00 2001 From: Michele Caini Date: Tue, 22 Nov 2022 14:26:46 +0100 Subject: [PATCH] doc: fixed typo --- src/entt/resource/resource.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/entt/resource/resource.hpp b/src/entt/resource/resource.hpp index 2e3d68de8..6d4b59a3a 100644 --- a/src/entt/resource/resource.hpp +++ b/src/entt/resource/resource.hpp @@ -180,7 +180,7 @@ template * @tparam Other Type of resource managed by the second handle. * @param lhs A valid handle. * @param rhs A valid handle. - * @return False if both handles refer to the same registry, true otherwise. + * @return False if both handles refer to the same resource, true otherwise. */ template [[nodiscard]] bool operator!=(const resource &lhs, const resource &rhs) noexcept {