Merge pull request #82557 from RadiantUwU/patch-2

Fix `RefCounted.unreference()` documentation providing wrong info.
This commit is contained in:
Rémi Verschelde 2023-10-11 22:37:30 +02:00
commit 357a57b828
No known key found for this signature in database
GPG key ID: C3336907360768E1

View file

@ -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>