diff --git a/OpenRA.Mods.Common/Activities/Enter.cs b/OpenRA.Mods.Common/Activities/Enter.cs index a768f8c936..d272632de6 100644 --- a/OpenRA.Mods.Common/Activities/Enter.cs +++ b/OpenRA.Mods.Common/Activities/Enter.cs @@ -54,7 +54,7 @@ namespace OpenRA.Mods.Common.Activities /// /// Called when the actor has entered the target actor. - /// Actor will be be Killed/Disposed or they will exit unharmed. + /// Actor will be be Killed/Disposed or they will enter/exit unharmed. /// Depends on either the EnterBehaviour of the actor or the requirements of an overriding function. /// protected virtual void OnEnterComplete(Actor self, Actor targetActor) { }