Skip to content

Commit

Permalink
Wording tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
BZngr committed Sep 19, 2019
1 parent 5917a9f commit 5c7ea3a
Showing 1 changed file with 4 additions and 4 deletions.
Expand Up @@ -75,10 +75,10 @@ namespace Rubberduck.Inspections.Concrete.UnreachableCaseInspection
///
/// Public Sub ExampleEnumCaseElse(ByVal product As ProductID)
///
/// 'Enums are evaluated as the 'Long' type, so even though all the
/// 'ProductID enum values have a 'Case' statement, the 'Case Else'
/// 'can still be reached for any value of the 'product' parameter that is not
/// 'a ProductID.
/// 'Enums are evaluated as the 'Long' data type. So, in this example,
/// 'even though all the ProductID enum values have a 'Case' statement,
/// 'the 'Case Else' will still execute for any value of the 'product'
/// 'parameter that is not a ProductID.
///
/// Select Case product
/// Case Widget
Expand Down

0 comments on commit 5c7ea3a

Please sign in to comment.