소스 검색

doc: minor changes

Michele Caini 2 년 전
부모
커밋
bf7db4c585
1개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 3 3
      docs/md/entity.md

+ 3 - 3
docs/md/entity.md

@@ -947,9 +947,9 @@ registry.ctx().erase<my_type>();
 registry.ctx().erase<my_type>("my_variable"_hs);
 registry.ctx().erase<my_type>("my_variable"_hs);
 ```
 ```
 
 
-A context variable must be both default constructible and movable. If the supplied
-type doesn't match that of the variable when using a _name_, the operation
-fails.<br/>
+A context variable must be both default constructible and movable. If the
+supplied type doesn't match that of the variable when using a _name_, the
+operation fails.<br/>
 For all users who want to use the context but don't want to create elements, the
 For all users who want to use the context but don't want to create elements, the
 `contains` and `find` functions are also available:
 `contains` and `find` functions are also available: