add spaces for proper linebreaks in trait documentation tables
This commit is contained in:
@@ -79,7 +79,7 @@ namespace OpenRA
|
||||
if (t.IsArray)
|
||||
{
|
||||
var elems = ((Array)v).OfType<object>();
|
||||
return elems.JoinWith(",");
|
||||
return elems.JoinWith(", ");
|
||||
}
|
||||
|
||||
if (t == typeof(DateTime))
|
||||
|
||||
Reference in New Issue
Block a user