Minor spelling mistakes for CharacterBody2D and CharacterBody3D's MotionMode #10738
Labels
area:class reference
Issues and PRs about the class reference, which should be addressed on the Godot engine repository
enhancement
Your Godot version:
4.4 Stable
Issue description:
Within the descriptions of MotionMode
Motion
is insteadNotion
.Out of curiosity, I checked CharacterBody3D and the issue is there as well.
For MOTION_MODE_GROUNDED:
Should be
For MOTION_MODE_FLOATING:
Should be
URL to the documentation page:
https://docs.godotengine.org/en/latest/classes/class_characterbody2d.html#enum-characterbody2d-motionmode
https://docs.godotengine.org/en/latest/classes/class_characterbody3d.html#enum-characterbody3d-motionmode
The text was updated successfully, but these errors were encountered: