Michele Caini 6 ani în urmă
părinte
comite
b5b1a64f0c
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  1. 1 1
      src/entt/entity/fwd.hpp

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

@@ -71,7 +71,7 @@ using continuous_loader = basic_continuous_loader<entity>;
 
 /**
  * @brief Alias declaration for the most common use case.
- * @tparam Types Types of components iterated by the group.
+ * @tparam Types Types of components iterated by the view.
  */
 template<typename... Types>
 using view = basic_view<entity, Types...>;