diff options
-rw-r--r-- | doc/classes/Object.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/classes/Object.xml b/doc/classes/Object.xml index 961cb2e684..68d2d6411c 100644 --- a/doc/classes/Object.xml +++ b/doc/classes/Object.xml @@ -905,7 +905,7 @@ [b]Note:[/b] Metadata that has a name starting with an underscore ([code]_[/code]) is considered editor-only. Editor-only metadata is not displayed in the Inspector and should not be edited, although it can still be found by this method. </description> </method> - <method name="remove_user_signal" experimental=""> + <method name="remove_user_signal"> <return type="void" /> <param index="0" name="signal" type="StringName" /> <description> |