From a7b3b4293a60feff1b24fc388c81bb673ce08b12 Mon Sep 17 00:00:00 2001 From: Axel Cocat Date: Tue, 1 Jun 2021 00:21:14 +0200 Subject: [PATCH] fixed doc for SetInCombatWith --- UnitMethods.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/UnitMethods.h b/UnitMethods.h index ca05e3f..7a18b19 100644 --- a/UnitMethods.h +++ b/UnitMethods.h @@ -1843,7 +1843,7 @@ namespace LuaUnit } /** - * Sets the [Unit] to set in combat with the [Unit] of given GUID. + * Sets the [Unit] in combat with the [Unit] of given GUID. * * @param [Unit] enemy : the Unit to start combat with */