Browse Source

doc: minor changes

Michele Caini 2 years ago
parent
commit
8feeaaef7c
1 changed files with 1 additions and 1 deletions
  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.
      * the entities in a range.
      * @tparam Component Types of components to serialize.
      * @tparam Component Types of components to serialize.
      * @tparam Archive Type of output archive.
      * @tparam Archive Type of output archive.