Skip to content

Commit

Permalink
Merge pull request #97357 from Manik2607/master
Browse files Browse the repository at this point in the history
Refactor signal documentation to improve clarity.
  • Loading branch information
akien-mga committed Sep 24, 2024
2 parents 6c1bbb3 + 011954f commit 63d16a9
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 [param signal] in the specified [param object].
</description>
</constructor>
</constructors>
Expand Down

0 comments on commit 63d16a9

Please sign in to comment.