summaryrefslogtreecommitdiff
path: root/doc/classes/Object.xml
diff options
context:
space:
mode:
authorYuri Sizov <yuris@humnom.net>2023-02-03 16:40:01 +0100
committerYuri Sizov <yuris@humnom.net>2023-02-03 17:28:17 +0100
commit03ae8caea8efa83eb272be90d00dbebea3fe4f89 (patch)
tree1cd374673227158de2a0e744ddf62e28d74ab76d /doc/classes/Object.xml
parent604493eb6ee3def65aca089c1d4bc71ea03ca19a (diff)
Fix incorrect description for `Signal::get_connections`
Diffstat (limited to 'doc/classes/Object.xml')
-rw-r--r--doc/classes/Object.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/classes/Object.xml b/doc/classes/Object.xml
index e30ff6be19..ab7ae82875 100644
--- a/doc/classes/Object.xml
+++ b/doc/classes/Object.xml
@@ -639,7 +639,7 @@
<description>
Returns an [Array] of connections for the given [param signal] name. Each connection is represented as a [Dictionary] that contains three entries:
- [code]signal[/code] is a reference to the [Signal];
- - [code]callable[/code] is a reference to the [Callable];
+ - [code]callable[/code] is a reference to the connected [Callable];
- [code]flags[/code] is a combination of [enum ConnectFlags].
</description>
</method>