Skip to content

Commit 113aae8

Browse files
committed
Close #984 (English only)
1 parent d8aefb5 commit 113aae8

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.</value>
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>
308308
</data>
309309
<data name="UntypedFunctionUsageInspectionName" xml:space="preserve">
310310
<value>Use of variant-returning string function</value>

0 commit comments

Comments
 (0)