Skip to content

Commit 69ffc2e

Browse files
committed
clarify comment per review.
1 parent 789cee5 commit 69ffc2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Rubberduck.VBEEditor/WindowsApi/VbeAttachableSubclass.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ public bool HasValidVbeObject
5757
catch (COMException)
5858
{
5959
// this should be "safe" to hold the reference - it's not like it should go anywhere now... :-/
60-
SubclassLogger.Warn($"{ GetType().Name } failed to dispose of a held { typeof(T).Name } reference.");
60+
SubclassLogger.Warn($"{ GetType().Name } failed to decrement reference count of a held { typeof(T).Name } reference.");
6161
}
6262
return true;
6363
}

0 commit comments

Comments
 (0)