Jelajahi Sumber

doc. minor changes

Michele Caini 1 tahun lalu
induk
melakukan
0b01e14f01
1 mengubah file dengan 2 tambahan dan 2 penghapusan
  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 {
         return (owner != nullptr);