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

@@ -58,7 +58,7 @@ namespace OpenRA.Scripting
return a;
}
[Desc("Returns the build time (in ticks) of the requested unit type")]
[Desc("Returns the build time (in ticks) of the requested unit type.")]
public int BuildTime(string type)
{
ActorInfo ai;