Skip to content

Commit 7a3688e

Browse files
ThomasNietobergmeister
authored andcommitted
Fix typo in AvoidDefaultValueForMandatoryParameterError resource string (#1233)
* Fix Typo * update comment to keep text in sync
1 parent 41007f6 commit 7a3688e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Rules/Strings.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.

Rules/Strings.resx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -682,7 +682,7 @@
682682
<value>Mandatory parameter should not be initialized with a default value in the param block because this value will be ignored.. To fix a violation of this rule, please avoid initializing a value for the mandatory parameter in the param block.</value>
683683
</data>
684684
<data name="AvoidDefaultValueForMandatoryParameterError" xml:space="preserve">
685-
<value>Mandatory Parameter '{0}' is initialized in the Param block. To fix a violation of this rule, please leave it unintialized.</value>
685+
<value>Mandatory Parameter '{0}' is initialized in the Param block. To fix a violation of this rule, please leave it uninitialized.</value>
686686
</data>
687687
<data name="AvoidDefaultValueForMandatoryParameterName" xml:space="preserve">
688688
<value>AvoidDefaultValueForMandatoryParameter</value>
@@ -1068,4 +1068,4 @@
10681068
<data name="UseCorrectCasingName" xml:space="preserve">
10691069
<value>UseCorrectCasing</value>
10701070
</data>
1071-
</root>
1071+
</root>

0 commit comments

Comments
 (0)