diff --git a/doc/classes/Object.xml b/doc/classes/Object.xml
index 98811ba2903..d0d0876108e 100644
--- a/doc/classes/Object.xml
+++ b/doc/classes/Object.xml
@@ -1134,7 +1134,7 @@
Notification received when the object is initialized, before its script is attached. Used internally.
- Notification received when the object is about to be deleted. Can act as the deconstructor of some programming languages.
+ Notification received when the object is about to be deleted. Can be used like destructors in object-oriented programming languages.
Notification received when the object finishes hot reloading. This notification is only sent for extensions classes and derived.