From 445b11e88c6004908fbd3226005d24fa2c080816 Mon Sep 17 00:00:00 2001 From: Michele Caini Date: Sat, 28 Sep 2024 19:10:14 +0200 Subject: [PATCH] doc: minor changes --- src/entt/entity/handle.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/entt/entity/handle.hpp b/src/entt/entity/handle.hpp index 15e82fd09..b607cb581 100644 --- a/src/entt/entity/handle.hpp +++ b/src/entt/entity/handle.hpp @@ -150,8 +150,8 @@ public: } /** - * @brief Checks if a handle refers to non-null registry pointer and entity. - * @return True if the handle refers to non-null registry and entity, false + * @brief Checks if a handle refers to a valid registry and entity. + * @return True if the handle refers to a valid registry and entity, false * otherwise. */ [[nodiscard]] bool valid() const {