Browse Source

doc: minor changes

Michele Caini 2 years ago
parent
commit
bf7db4c585
1 changed files with 3 additions and 3 deletions
  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: