Michele Caini преди 6 години
родител
ревизия
b5b1a64f0c
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  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.
  * @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>
 template<typename... Types>
 using view = basic_view<entity, Types...>;
 using view = basic_view<entity, Types...>;