Merge pull request #108417 from rosshadden/docs-fix-typo

Docs: Fix typo in `Object.get_signal_list`
This commit is contained in:
Rémi Verschelde
2025-11-26 23:43:22 +01:00

View File

@ -703,7 +703,7 @@
<return type="Dictionary[]" />
<description>
Returns the list of existing signals as an [Array] of dictionaries.
[b]Note:[/b] Due of the implementation, each [Dictionary] is formatted very similarly to the returned values of [method get_method_list].
[b]Note:[/b] Due to the implementation, each [Dictionary] is formatted very similarly to the returned values of [method get_method_list].
</description>
</method>
<method name="get_translation_domain" qualifiers="const">