1
0
Эх сурвалжийг харах

group/storage/view: minor changes

Michele Caini 4 жил өмнө
parent
commit
a4aab8458b

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

@@ -369,7 +369,7 @@ public:
     }
 
     /**
-     * @brief Returns an iterable object to use to _visit_ the group.
+     * @brief Returns an iterable object to use to _visit_ a group.
      *
      * The iterable object returns tuples that contain the current entity and a
      * set of references to its non-empty components. The _constness_ of the
@@ -809,7 +809,7 @@ public:
     }
 
     /**
-     * @brief Returns an iterable object to use to _visit_ the group.
+     * @brief Returns an iterable object to use to _visit_ a group.
      *
      * The iterable object returns tuples that contain the current entity and a
      * set of references to its non-empty components. The _constness_ of the

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

@@ -755,7 +755,7 @@ public:
     }
 
     /**
-     * @brief Returns an iterable object to use to _visit_ the storage.
+     * @brief Returns an iterable object to use to _visit_ a storage.
      *
      * The iterable object returns a tuple that contains the current entity and
      * a reference to its component.
@@ -916,7 +916,7 @@ public:
     }
 
     /**
-     * @brief Returns an iterable object to use to _visit_ the storage.
+     * @brief Returns an iterable object to use to _visit_ a storage.
      *
      * The iterable object returns a tuple that contains the current entity.
      *

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

@@ -474,7 +474,7 @@ public:
     }
 
     /**
-     * @brief Returns an iterable object to use to _visit_ the view.
+     * @brief Returns an iterable object to use to _visit_ a view.
      *
      * The iterable object returns a tuple that contains the current entity and
      * a set of references to its non-empty components. The _constness_ of the
@@ -801,7 +801,7 @@ public:
     }
 
     /**
-     * @brief Returns an iterable object to use to _visit_ the view.
+     * @brief Returns an iterable object to use to _visit_ a view.
      *
      * The iterable object returns a tuple that contains the current entity and
      * a reference to its component if it's a non-empty one. The _constness_ of