mirror of https://github.com/dapr/dotnet-sdk.git
Fixed typo (#172)
This commit is contained in:
parent
916d552279
commit
4d02d0a1fa
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in New Issue