godot-docs icon indicating copy to clipboard operation
godot-docs copied to clipboard

Control: small typo in enum MouseBehaviorRecursive

Open SamTheBlow opened this issue 6 months ago • 2 comments

Your Godot version: 4.5.1.stable

Issue description: There is a typo in the documentation for the enum MouseBehaviorRecursive in Control. For the value MOUSE_BEHAVIOR_ENABLED, it says "Allows the control to be receive mouse input, [...]".

It is probably meant to say "Allows the control to receive mouse input, [...]".

URL to the documentation page (if already existing): https://docs.godotengine.org/en/4.5/classes/class_control.html#enum-control-mousebehaviorrecursive

SamTheBlow avatar Oct 30 '25 21:10 SamTheBlow

@AThousandShips @SamTheBlow can i take up this issue i wanna contribute

harshasiddartha avatar Oct 31 '25 19:10 harshasiddartha

Please go ahead, note that the class reference is updated here, not on this repo, please check the pull request workflow instructions before you start

AThousandShips avatar Oct 31 '25 20:10 AThousandShips