Browse Source

doc: minor changes

Michele Caini 1 year ago
parent
commit
43d6b0865f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/entt/entity/table.hpp

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

@@ -147,7 +147,7 @@ template<typename... Lhs, typename... Rhs>
  * no guarantees that objects are returned in the insertion order when iterate
  * a table. Do not make assumption on the order in any case.
  *
- * @tparam Type Element types.
+ * @tparam Row Element types.
  * @tparam Allocator Type of allocator used to manage memory and elements.
  */
 template<typename... Row, typename Allocator>