mirror of
https://github.com/godotengine/godot.git
synced 2025-10-19 16:03:29 +00:00
fixed typo 'one short connection' to 'one shot'
(cherry picked from commit 25776dbf76
)
This commit is contained in:
parent
3cd1185b25
commit
bd32b67ab6
1 changed files with 1 additions and 1 deletions
|
@ -24293,7 +24293,7 @@
|
|||
Persisting connections are saved when the object is serialized to file.
|
||||
</constant>
|
||||
<constant name="CONNECT_ONESHOT" value="4">
|
||||
One short connections disconnect themselves after emission.
|
||||
One shot connections disconnect themselves after emission.
|
||||
</constant>
|
||||
</constants>
|
||||
</class>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue