Michele Caini 3 лет назад
Родитель
Сommit
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.