1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-04 12:00:25 +00:00

fixed typo 'one short connection' to 'one shot'

(cherry picked from commit 25776dbf76)
This commit is contained in:
Christian Winter
2017-05-14 19:56:58 +02:00
committed by Rémi Verschelde
parent 3cd1185b25
commit bd32b67ab6

View File

@@ -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>