Browse Source

view: doc

Michele Caini 2 years ago
parent
commit
15726218bd
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/entt/entity/view.hpp

+ 2 - 2
src/entt/entity/view.hpp

@@ -191,7 +191,7 @@ class basic_view;
  *   or removed from it).
  *   or removed from it).
  * * The entity currently pointed is destroyed.
  * * The entity currently pointed is destroyed.
  *
  *
- * In all other cases, modifying the pools iterated by the view in any way
+ * In all other cases, modifying the storage iterated by the view in any way
  * invalidates all the iterators and using them results in undefined behavior.
  * invalidates all the iterators and using them results in undefined behavior.
  *
  *
  * @tparam Get Types of storage iterated by the view.
  * @tparam Get Types of storage iterated by the view.
@@ -542,7 +542,7 @@ private:
  *   or removed from it).
  *   or removed from it).
  * * The entity currently pointed is destroyed.
  * * The entity currently pointed is destroyed.
  *
  *
- * In all other cases, modifying the pool iterated by the view in any way
+ * In all other cases, modifying the storage iterated by the view in any way
  * invalidates all the iterators and using them results in undefined behavior.
  * invalidates all the iterators and using them results in undefined behavior.
  *
  *
  * @tparam Get Type of storage iterated by the view.
  * @tparam Get Type of storage iterated by the view.