Fix ecs documentation

This commit is contained in:
Nikita Lisitsa 2024-05-27 18:51:35 +03:00
parent d4f08acf24
commit b04456066b

View file

@ -109,7 +109,7 @@ namespace psemek::ecs
* The new entity is considered alive immediately after this call.
*
* @param entity A handle to the entity to clone
* @return A handle to cloned entity if the original entity was cloneable, and std::nullopt otherwise
* @return A handle to the cloned entity
* @pre The entity was previously obtained by a `create()` call and is `alive()`
* @throw entity_not_cloneable if the entity is not cloneable
*/