Skip to content

Commit af1bf9f

Browse files
author
kborle
committed
Fixes AvoidInvokingEmptyMembers description in resource file
1 parent 4bca8a8 commit af1bf9f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -526,7 +526,7 @@
526526
<value>Invoking non-constant members would cause potential bugs. Please double check the syntax to make sure members invoked are non-constant.</value>
527527
</data>
528528
<data name="AvoidInvokingEmptyMembersError" xml:space="preserve">
529-
<value>'{0}' has non-constant members. Invoking empty members may cause bugs in the script.</value>
529+
<value>'{0}' has non-constant members. Invoking non-constant members may cause bugs in the script.</value>
530530
</data>
531531
<data name="AvoidInvokingEmptyMembersName" xml:space="preserve">
532532
<value>AvoidInvokingEmptyMembers</value>

0 commit comments

Comments
 (0)