소스 검색

doc: minor changes

Michele Caini 2 년 전
부모
커밋
43d6b0865f
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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
  * no guarantees that objects are returned in the insertion order when iterate
  * a table. Do not make assumption on the order in any case.
  * 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.
  * @tparam Allocator Type of allocator used to manage memory and elements.
  */
  */
 template<typename... Row, typename Allocator>
 template<typename... Row, typename Allocator>