From b04456066b865d7a15f1147e87d0b4e945c7fa7c Mon Sep 17 00:00:00 2001 From: lisyarus Date: Mon, 27 May 2024 18:51:35 +0300 Subject: [PATCH] Fix ecs documentation --- libs/ecs/include/psemek/ecs/container.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/ecs/include/psemek/ecs/container.hpp b/libs/ecs/include/psemek/ecs/container.hpp index 65a965f0..5882a909 100644 --- a/libs/ecs/include/psemek/ecs/container.hpp +++ b/libs/ecs/include/psemek/ecs/container.hpp @@ -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 */