Michele Caini пре 3 година
родитељ
комит
8feeaaef7c
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      src/entt/entity/snapshot.hpp

+ 1 - 1
src/entt/entity/snapshot.hpp

@@ -110,7 +110,7 @@ public:
     }
 
     /**
-     * @brief Serializes all required components with associated identifiers for
+     * @brief Serializes all elements of a type with associated identifiers for
      * the entities in a range.
      * @tparam Component Types of components to serialize.
      * @tparam Archive Type of output archive.