Переглянути джерело

Merge pull request #101378 from yannlemos/fix-typo-in-editor-debugger-plugin-docs

Fix typo in EditorDebuggerPlugin documentation
Rémi Verschelde 6 місяців тому
батько
коміт
0471f6e44a
1 змінених файлів з 1 додано та 1 видалено
  1. 1 1
      doc/classes/EditorDebuggerPlugin.xml

+ 1 - 1
doc/classes/EditorDebuggerPlugin.xml

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