Skip to content

Commit 325c590

Browse files
committed
Tweak wording
1 parent 113aae8 commit 325c590

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

RetailCoder.VBE/Inspections/InspectionsUI.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.

RetailCoder.VBE/Inspections/InspectionsUI.resx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,7 @@
304304
<value>Variable is used but not assigned</value>
305305
</data>
306306
<data name="UntypedFunctionUsageInspectionMeta" xml:space="preserve">
307-
<value>A string-returning equivalent function exists and should preferably be used to avoid implicit type conversions. However, this function will crash if passed a 'Null' value, so do not use it if the value passed can be 'Null'.</value>
307+
<value>A string-returning equivalent function exists and should preferably be used to avoid implicit type conversions. If the parameter can be null, ignore this inspection result; passing a null value to a function expecting a string would raise a type mismatch runtime error.</value>
308308
</data>
309309
<data name="UntypedFunctionUsageInspectionName" xml:space="preserve">
310310
<value>Use of variant-returning string function</value>

0 commit comments

Comments
 (0)