Skip to content

Commit 330cb45

Browse files
committed
Merge pull request godotengine#96981 from ItzCog/patch-1
Change "deconstructor" to "destructor"
2 parents d2a5153 + d33f482 commit 330cb45

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
@@ -1134,7 +1134,7 @@
11341134
Notification received when the object is initialized, before its script is attached. Used internally.
11351135
</constant>
11361136
<constant name="NOTIFICATION_PREDELETE" value="1">
1137-
Notification received when the object is about to be deleted. Can act as the deconstructor of some programming languages.
1137+
Notification received when the object is about to be deleted. Can be used like destructors in object-oriented programming languages.
11381138
</constant>
11391139
<constant name="NOTIFICATION_EXTENSION_RELOADED" value="2">
11401140
Notification received when the object finishes hot reloading. This notification is only sent for extensions classes and derived.

0 commit comments

Comments
 (0)