Explorar el Código

doc: minor changes

Michele Caini hace 2 años
padre
commit
bf7db4c585
Se han modificado 1 ficheros con 3 adiciones y 3 borrados
  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: