diff --git a/OpenRA.Mods.RA/Scripting/Global/ActorGlobal.cs b/OpenRA.Mods.RA/Scripting/Global/ActorGlobal.cs index ccb8854a70..c7c3ba6554 100644 --- a/OpenRA.Mods.RA/Scripting/Global/ActorGlobal.cs +++ b/OpenRA.Mods.RA/Scripting/Global/ActorGlobal.cs @@ -21,7 +21,7 @@ namespace OpenRA.Scripting { public ActorGlobal(ScriptContext context) : base(context) { } - [Desc("Create a new actor. initTable specifies a list of key-value pairs that define initial parameters for the actor's traits.")] + [Desc("Create a new actor. initTable specifies a list of key-value pairs that defines the initial parameters for the actor's traits.")] public Actor Create(string type, bool addToWorld, LuaTable initTable) { var initDict = new TypeDictionary();