Add punctuation to lint comments

This commit is contained in:
Gustas
2023-04-29 12:51:00 +03:00
committed by Matthias Mailänder
parent d9d8c23c63
commit 3188532e59
15 changed files with 30 additions and 30 deletions

View File

@@ -32,7 +32,7 @@ namespace OpenRA.Mods.Common.Lint
{
foreach (var actorInfo in rules.Actors)
{
// Catch TypeDictionary errors
// Catch TypeDictionary errors.
try
{
var buildable = actorInfo.Value.TraitInfoOrDefault<BuildableInfo>();