소스 검색

doc: typo

Michele Caini 3 년 전
부모
커밋
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