Browse Source

doc. minor changes

Michele Caini 1 year ago
parent
commit
0b01e14f01
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/entt/entity/mixin.hpp

+ 2 - 2
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 {
     [[nodiscard]] explicit operator bool() const noexcept {
         return (owner != nullptr);
         return (owner != nullptr);