Skip to content

Commit e6bc9e1

Browse files
committed
Fix doc-comment copy-pasta error
1 parent eb56688 commit e6bc9e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Rubberduck.Parsing/VBA/DeclarationCaching/DeclarationFinder.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1178,7 +1178,7 @@ public IEnumerable<IdentifierReference> IdentifierReferences(QualifiedModuleName
11781178
}
11791179

11801180
/// <summary>
1181-
/// Gets all identifier references in the specified module.
1181+
/// Gets all identifier references with the specified selection.
11821182
/// </summary>
11831183
public IEnumerable<IdentifierReference> IdentifierReferences(QualifiedSelection selection)
11841184
{

0 commit comments

Comments
 (0)