Skip to content

Commit a92d65a

Browse files
committed
Fix SA1117 message format
1 parent 25bd95c commit a92d65a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

StyleCop.Analyzers/StyleCop.Analyzers/ReadabilityRules/ReadabilityResources.Designer.cs

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

StyleCop.Analyzers/StyleCop.Analyzers/ReadabilityRules/ReadabilityResources.resx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,7 @@
301301
<value>The parameters to a C# method or indexer call or declaration are not all on the same line or each on a separate line.</value>
302302
</data>
303303
<data name="SA1117MessageFormat" xml:space="preserve">
304-
<value>The parameters must all be placed on the same line or alternatively, each parameter must be placed on its own line.</value>
304+
<value>The parameters must all be placed on the same line or each parameter must be placed on its own line.</value>
305305
</data>
306306
<data name="SA1117Title" xml:space="preserve">
307307
<value>Parameters must be on same line or separate lines</value>

0 commit comments

Comments
 (0)