From d33f4820cd14e38571f0998b59fc72c0d67dfb1e Mon Sep 17 00:00:00 2001
From: Dungeon Master <70334983+ItzCog@users.noreply.github.com>
Date: Sat, 14 Sep 2024 05:09:22 +0800
Subject: [PATCH] Change "deconstructor" to "destructor" in
`NOTIFICATION_PREDELETE` docs
---
doc/classes/Object.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/doc/classes/Object.xml b/doc/classes/Object.xml
index a331c05e47c..3e015f9e7aa 100644
--- a/doc/classes/Object.xml
+++ b/doc/classes/Object.xml
@@ -1121,7 +1121,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.