diff options
Diffstat (limited to 'doc/classes/RefCounted.xml')
| -rw-r--r-- | doc/classes/RefCounted.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/classes/RefCounted.xml b/doc/classes/RefCounted.xml index eaf32a7b54..fe10f84449 100644 --- a/doc/classes/RefCounted.xml +++ b/doc/classes/RefCounted.xml @@ -37,7 +37,7 @@ <return type="bool" /> <description> Decrements the internal reference counter. Use this only if you really know what you are doing. - Returns [code]true[/code] if the decrement was successful, [code]false[/code] otherwise. + Returns [code]true[/code] if the object should be freed after the decrement, [code]false[/code] otherwise. </description> </method> </methods> |
