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

Fix typo in Editor Debugger plugin documentation

This commit is contained in:
Yann Lemos
2025-01-09 22:41:48 -03:00
parent 24d74510e5
commit 24cf3be7ce

View File

@@ -103,7 +103,7 @@
<return type="bool" /> <return type="bool" />
<param index="0" name="capture" type="String" /> <param index="0" name="capture" type="String" />
<description> <description>
Override this method to enable receiving messages from the debugger. If [param capture] is "my_message" then messages starting with "my_message:" will be passes to the [method _capture] method. Override this method to enable receiving messages from the debugger. If [param capture] is "my_message" then messages starting with "my_message:" will be passed to the [method _capture] method.
</description> </description>
</method> </method>
<method name="_setup_session" qualifiers="virtual"> <method name="_setup_session" qualifiers="virtual">