Skip to content

Commit 5c7ea3a

Browse files
committed
Wording tweak
1 parent 5917a9f commit 5c7ea3a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -75,10 +75,10 @@ namespace Rubberduck.Inspections.Concrete.UnreachableCaseInspection
7575
///
7676
/// Public Sub ExampleEnumCaseElse(ByVal product As ProductID)
7777
///
78-
/// 'Enums are evaluated as the 'Long' type, so even though all the
79-
/// 'ProductID enum values have a 'Case' statement, the 'Case Else'
80-
/// 'can still be reached for any value of the 'product' parameter that is not
81-
/// 'a ProductID.
78+
/// 'Enums are evaluated as the 'Long' data type. So, in this example,
79+
/// 'even though all the ProductID enum values have a 'Case' statement,
80+
/// 'the 'Case Else' will still execute for any value of the 'product'
81+
/// 'parameter that is not a ProductID.
8282
///
8383
/// Select Case product
8484
/// Case Widget

0 commit comments

Comments
 (0)