LuaDocs punctuation fixes

This commit is contained in:
Thijs Waalen
2014-09-06 19:28:59 +02:00
parent a9b5e1d911
commit eb959c5858
5 changed files with 9 additions and 9 deletions

View File

@@ -27,7 +27,7 @@ namespace OpenRA.Mods.RA.Scripting
}
[ScriptActorPropertyActivity]
[Desc("Build a unit, ignoring the production queue. The activity will wait if the exit is blocked")]
[Desc("Build a unit, ignoring the production queue. The activity will wait if the exit is blocked.")]
public void Produce(string actorType, string raceVariant = null)
{
ActorInfo actorInfo;