Michele Caini 3 лет назад
Родитель
Сommit
c2d2ba29ea
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      docs/md/entity.md

+ 2 - 2
docs/md/entity.md

@@ -738,8 +738,8 @@ using my_const_handle = entt::basic_handle<const my_identifier>;
 Handles are also implicitly convertible to const handles out of the box but not
 the other way around.<br/>
 A handle stores a non-const pointer to a registry and therefore it can do all
-the things that can be done with a non-const registry. On the other hand, a
-const handles store const pointers to registries and offer a restricted set of
+the things that can be done with a non-const registry. On the other hand, const
+handles store const pointers to registries and offer a restricted set of
 functionalities.
 
 This class is intended to simplify function signatures. In case of functions