From b62d5fe788c513b5b14eef623a8d49fc59b3959b Mon Sep 17 00:00:00 2001 From: Ross Hadden Date: Tue, 8 Jul 2025 20:19:18 -0400 Subject: [PATCH] docs: fix typo in Object#get_signal_list --- doc/classes/Object.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/classes/Object.xml b/doc/classes/Object.xml index 628ff63f79c..43267c07b74 100644 --- a/doc/classes/Object.xml +++ b/doc/classes/Object.xml @@ -698,7 +698,7 @@ 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].