summaryrefslogtreecommitdiff
path: root/doc/classes/WeakRef.xml
diff options
context:
space:
mode:
Diffstat (limited to 'doc/classes/WeakRef.xml')
-rw-r--r--doc/classes/WeakRef.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/classes/WeakRef.xml b/doc/classes/WeakRef.xml
index f80381acda..ea520178c7 100644
--- a/doc/classes/WeakRef.xml
+++ b/doc/classes/WeakRef.xml
@@ -12,7 +12,7 @@
<method name="get_ref" qualifiers="const">
<return type="Variant" />
<description>
- Returns the [Object] this weakref is referring to.
+ Returns the [Object] this weakref is referring to. Returns [code]null[/code] if that object no longer exists.
</description>
</method>
</methods>