Quellcode durchsuchen

doc: minor changes

Michele Caini vor 2 Jahren
Ursprung
Commit
bf7db4c585
1 geänderte Dateien mit 3 neuen und 3 gelöschten Zeilen
  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: