Michele Caini hace 8 años
padre
commit
c2116b841e
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/entt/entity/view.hpp

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

@@ -382,7 +382,7 @@ private:
  * reference to the smallest set of candidate entities in order to get a
  * reference to the smallest set of candidate entities in order to get a
  * performance boost when iterate.<br/>
  * performance boost when iterate.<br/>
  * Order of elements during iterations are highly dependent on the order of the
  * Order of elements during iterations are highly dependent on the order of the
- * underlying data strctures. See SparseSet and its specializations for more
+ * underlying data structures. See SparseSet and its specializations for more
  * details.
  * details.
  *
  *
  * @b Important
  * @b Important