Skip to content

Commit 3e0520b

Browse files
committed
Enum example does not cause the inspection to flag
1 parent 4766ee8 commit 3e0520b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Rubberduck.CodeAnalysis/Inspections/Concrete/UnreachableCaseInspection/UnreachableCaseInspection.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ namespace Rubberduck.Inspections.Concrete.UnreachableCaseInspection
6565
/// End Sub
6666
/// ]]>
6767
/// </example>
68-
/// <example hasResult="true">
68+
/// <example hasResult="false">
6969
/// <![CDATA[
7070
/// Public Enum ProductID
7171
/// Widget = 1

0 commit comments

Comments
 (0)