Skip to content

Commit

Permalink
Fix typo in resx
Browse files Browse the repository at this point in the history
  • Loading branch information
Evangelink committed Apr 27, 2020
1 parent 624f1b5 commit 8634ca6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1437,6 +1437,6 @@
<value>Events should not have 'Before' or 'After' prefix</value>
</data>
<data name="DoNotIgnoreMethodResultsMessageUserDefinedMethod" xml:space="preserve">
<value>'{0}' calls '{1'} but does not use the value the method returns. This method is defined as a user-option. Use the result in a conditional statement, assign the result to a variable, or pass it as an argument to another method.</value>
<value>'{0}' calls '{1}' but does not use the value the method returns. This method is defined as a user-option. Use the result in a conditional statement, assign the result to a variable, or pass it as an argument to another method.</value>
</data>
</root>

0 comments on commit 8634ca6

Please sign in to comment.