Browse Source

fixed typo

Michele Caini 6 năm trước cách đây
mục cha
commit
99411241f6
2 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 1 1
      src/entt/entity/sparse_set.hpp
  2. 1 1
      src/entt/entity/storage.hpp

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

@@ -475,7 +475,7 @@ public:
      *
      * Entities that are part of both the sparse sets are ordered internally
      * according to the order they have in `other`. All the other entities goes
-     * to the end of the list and there are no guarantess on their order.<br/>
+     * to the end of the list and there are no guarantees on their order.<br/>
      * In other terms, this function can be used to impose the same order on two
      * sets by using one of them as a master and the other one as a slave.
      *

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

@@ -476,7 +476,7 @@ public:
      *
      * Entities that are part of both the storage are ordered internally
      * according to the order they have in `other`. All the other entities goes
-     * to the end of the list and there are no guarantess on their order.
+     * to the end of the list and there are no guarantees on their order.
      * Instances are sorted according to the entities to which they belong.<br/>
      * In other terms, this function can be used to impose the same order on two
      * sets by using one of them as a master and the other one as a slave.