Fixing a missed reference to renamed file.

This commit is contained in:
Raul Garcia
2018-09-24 10:02:52 -07:00
parent 242ee10806
commit c3b523cdc4

View File

@@ -15,7 +15,7 @@
<example>
<p>In the following example, <code>HRESULT</code> is used in a test expression incorrectly as it may yield an incorrect result.</p>
<sample src="IncorrectTypeConversion.cpp" />
<sample src="HResultBooleanConversion.cpp" />
<p>To fix this issue, use the <code>FAILED</code> macro in the test expression.</p>
</example>