File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Rubberduck.CodeAnalysis/Inspections Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -17,8 +17,8 @@ namespace Rubberduck.Inspections.Concrete
17
17
/// Identifies places in which an object is used but a procedure is required and a default member exists on the object.
18
18
/// </summary>
19
19
/// <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.
22
22
/// </why>
23
23
/// <example hasResult="true">
24
24
/// <module name="Class1" type="Class Module">
You can’t perform that action at this time.
0 commit comments