diff --git a/doc/classes/Object.xml b/doc/classes/Object.xml
index cfc1cebb18..eef2528bea 100644
--- a/doc/classes/Object.xml
+++ b/doc/classes/Object.xml
@@ -555,7 +555,7 @@
- Deletes the object from memory. Pre-existing references to the object become invalid, and any attempt to access them will result in a run-time error. Checking the references with [method @GlobalScope.is_instance_valid] will return [code]false[/code].
+ Deletes the object from memory. Pre-existing references to the object become invalid, and any attempt to access them will result in a runtime error. Checking the references with [method @GlobalScope.is_instance_valid] will return [code]false[/code]. This is equivalent to the [code]memdelete[/code] function in GDExtension C++.