From 15eaeddfbff7c96c4fa76662da15bbd488b8d278 Mon Sep 17 00:00:00 2001 From: Radiant Date: Wed, 11 Oct 2023 11:27:25 +0300 Subject: [PATCH] Fix `RefCounted.unreference()` documentation providing wrong info. (cherry picked from commit 098c445f7538278046682e9acc09dca633569253) --- doc/classes/RefCounted.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/classes/RefCounted.xml b/doc/classes/RefCounted.xml index d4244dbcb71..81d0e5d35b8 100644 --- a/doc/classes/RefCounted.xml +++ b/doc/classes/RefCounted.xml @@ -37,7 +37,7 @@ 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.