Browse Source

doc: typo

skypjack 1 month ago
parent
commit
f7d1a7d849
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/entt/core/family.hpp

+ 1 - 1
src/entt/core/family.hpp

@@ -26,7 +26,7 @@ public:
 
     /*! @brief Statically generated unique identifier for the given type. */
     template<typename... Type>
-    // at the time I'm writing, clang crashes during compilation if auto is used instead of family_type
+    // at the time I'm writing, clang crashes during compilation if auto is used instead of value_type
     inline static const value_type value = identifier();
 };