Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix typo in EditorDebuggerPlugin documentation #101378

Conversation

yannlemos
Copy link
Contributor

Fixed what I believe was a typo in line 106 in doc/classes/EditorDebuggerPlugin.xml:

  • From:
    "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."
  • To:
    "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."

Line in question as viewed in the built docs:
Pasted image 20250108201610

@yannlemos yannlemos requested a review from a team as a code owner January 10, 2025 01:56
@akien-mga akien-mga added this to the 4.4 milestone Jan 10, 2025
@akien-mga akien-mga merged commit 0471f6e into godotengine:master Jan 10, 2025
20 checks passed
@akien-mga
Copy link
Member

Thanks!

@yannlemos yannlemos deleted the fix-typo-in-editor-debugger-plugin-docs branch January 13, 2025 14:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants