mirror of
https://github.com/godotengine/godot.git
synced 2025-01-22 18:43:29 -05:00
Merge pull request #101378 from yannlemos/fix-typo-in-editor-debugger-plugin-docs
Fix typo in EditorDebuggerPlugin documentation
This commit is contained in:
commit
0471f6e44a
1 changed files with 1 additions and 1 deletions
|
@ -103,7 +103,7 @@
|
|||
<return type="bool" />
|
||||
<param index="0" name="capture" type="String" />
|
||||
<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>
|
||||
</method>
|
||||
<method name="_setup_session" qualifiers="virtual">
|
||||
|
|
Loading…
Reference in a new issue