diff --git a/doc/classes/Object.xml b/doc/classes/Object.xml index c331394d815..4ee2b721e35 100644 --- a/doc/classes/Object.xml +++ b/doc/classes/Object.xml @@ -194,7 +194,7 @@ - Deletes the object from memory. Any pre-existing reference to the freed object will now return [code]null[/code]. + Deletes the object from memory. Any pre-existing reference to the freed object will become invalid, e.g. [code]is_instance_valid(object)[/code] will return [code]false[/code].