Skip to content

Commit

Permalink
Fixed godotengine#97221. Refactor signal documentation to improve cla…
Browse files Browse the repository at this point in the history
…rity.
  • Loading branch information
Manik2607 committed Sep 23, 2024
1 parent 155fcd0 commit 99a22c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/classes/Signal.xml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
<param index="0" name="object" type="Object" />
<param index="1" name="signal" type="StringName" />
<description>
Creates a new [Signal] named [param signal] in the specified [param object].
Creates a signal object referencing a signal named [Signal] in the specified [param object].
</description>
</constructor>
</constructors>
Expand Down

0 comments on commit 99a22c8

Please sign in to comment.