Skip to content
This repository was archived by the owner on Sep 11, 2023. It is now read-only.

Commit b842f7e

Browse files
committed
Update Handle.Close comment
1 parent 4345ad4 commit b842f7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SourcepawnCondenser/SourcepawnCondenser/SourcemodDefinition/SMDefinition.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ public SMDefinition()
2323
ClassName = "Name",
2424
Name = "Close",
2525
CommentString =
26-
"Clones a Handle.\nWhen passing handles in between plugins, caching handles can result in accidental invalidation when one plugin releases the Handle,\nor is its owner is unloaded from memory.\nTo prevent this, the Handle may be \"cloned\" with a new owner.",
26+
"Closes a Handle. If the handle has multiple copies open, it is not destroyed unless all copies are closed.",
2727
ReturnType = "void"
2828
}
2929
}

0 commit comments

Comments
 (0)