Skip to content

Commit d33f482

Browse files
ItzCogakien-mga
authored andcommitted
Change "deconstructor" to "destructor" in NOTIFICATION_PREDELETE docs
1 parent 0a4aedb commit d33f482

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/classes/Object.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1121,7 +1121,7 @@
11211121
Notification received when the object is initialized, before its script is attached. Used internally.
11221122
</constant>
11231123
<constant name="NOTIFICATION_PREDELETE" value="1">
1124-
Notification received when the object is about to be deleted. Can act as the deconstructor of some programming languages.
1124+
Notification received when the object is about to be deleted. Can be used like destructors in object-oriented programming languages.
11251125
</constant>
11261126
<constant name="NOTIFICATION_EXTENSION_RELOADED" value="2">
11271127
Notification received when the object finishes hot reloading. This notification is only sent for extensions classes and derived.

0 commit comments

Comments
 (0)