From 24cf3be7ceec79866f9f57f8f0ec7c6f3ef25ef9 Mon Sep 17 00:00:00 2001 From: Yann Lemos Date: Thu, 9 Jan 2025 22:41:48 -0300 Subject: [PATCH] Fix typo in Editor Debugger plugin documentation --- doc/classes/EditorDebuggerPlugin.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/classes/EditorDebuggerPlugin.xml b/doc/classes/EditorDebuggerPlugin.xml index d513a4fce063..fdf65a75f26f 100644 --- a/doc/classes/EditorDebuggerPlugin.xml +++ b/doc/classes/EditorDebuggerPlugin.xml @@ -103,7 +103,7 @@ - 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.