Skip to content

Commit

Permalink
Merge pull request #82557 from RadiantUwU/patch-2
Browse files Browse the repository at this point in the history
Fix `RefCounted.unreference()` documentation providing wrong info.
  • Loading branch information
akien-mga committed Oct 11, 2023
2 parents 09b92a1 + 098c445 commit 357a57b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/classes/RefCounted.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 357a57b

Please sign in to comment.