Fixed typo (#172)

This commit is contained in:
Greg Ingram 2019-11-25 18:59:28 -05:00 committed by Aman Bhardwaj
parent 916d552279
commit 4d02d0a1fa
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ using System.Diagnostics.CodeAnalysis;
[assembly: SuppressMessage(
"StyleCop.CSharp.MaintainabilityRules",
"SA1119:StatementMustNotUseUnnecessaryParenthesis",
Justification = "The code is more redable, especially when using parenthesis for the return statements.")]
Justification = "The code is more readable, especially when using parenthesis for the return statements.")]
[assembly: SuppressMessage(
"StyleCop.CSharp.ReadabilityRules",