Michele Caini 2 лет назад
Родитель
Сommit
b22c55dd21
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      src/entt/entity/snapshot.hpp

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

@@ -84,7 +84,7 @@ public:
     /**
      * @brief Serializes all elements of a type with associated identifiers for
      * the entities in a range.
-     * @tparam Type Types of elements to serialize.
+     * @tparam Type Type of elements to serialize.
      * @tparam Archive Type of output archive.
      * @tparam It Type of input iterator.
      * @param archive A valid reference to an output archive.