Michele Caini 1 год назад
Родитель
Сommit
445b11e88c
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      src/entt/entity/handle.hpp

+ 2 - 2
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 {