From 0b01e14f016386d895e9912db7708f8b07938d7a Mon Sep 17 00:00:00 2001 From: Michele Caini Date: Sat, 28 Sep 2024 19:10:34 +0200 Subject: [PATCH] doc. minor changes --- src/entt/entity/mixin.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/entt/entity/mixin.hpp b/src/entt/entity/mixin.hpp index e53a3c591..8d0dd33e6 100644 --- a/src/entt/entity/mixin.hpp +++ b/src/entt/entity/mixin.hpp @@ -481,8 +481,8 @@ public: } /** - * @brief Checks if a mixin refers to non-null registry. - * @return True if the mixin refers to non-null registry, false otherwise. + * @brief Checks if a mixin refers to a valid registry. + * @return True if the mixin refers to a valid registry, false otherwise. */ [[nodiscard]] explicit operator bool() const noexcept { return (owner != nullptr);