Skip to content

Commit cdc67ab

Browse files
committed
More meta improvements for ObjectWhereProcedureIsRequiredInspection
Based on further comments on PR #5165
1 parent ba80ad9 commit cdc67ab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Rubberduck.CodeAnalysis/Inspections/ObjectWhereProcedureIsRequiredInspection.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ namespace Rubberduck.Inspections.Concrete
1717
/// Identifies places in which an object is used but a procedure is required and a default member exists on the object.
1818
/// </summary>
1919
/// <why>
20-
/// Providing an object in a place in which a procedure is required leads to a call to the objects default member.
21-
/// This behavior is not obvious and most likely an error.
20+
/// Providing an object where a procedure is required leads to an implicit call to the object's default member.
21+
/// This behavior is not obvious, and most likely unintended.
2222
/// </why>
2323
/// <example hasResult="true">
2424
/// <module name="Class1" type="Class Module">

0 commit comments

Comments
 (0)