godotengine / godot-docs

Godot Engine official documentation
https://docs.godotengine.org
Other
3.57k stars 2.96k forks source link

fix typo in animationmixer #9497

Closed nklbdev closed 1 week ago

nklbdev commented 1 week ago

Small typo fix in code block

skyace65 commented 1 week ago

While the fix itself is correct the class reference needs to be edited in the main engine repository. The class reference files in this repository are generated from that. The file you want to edit is here: https://github.com/godotengine/godot/blob/master/doc/classes/AnimationMixer.xml

nklbdev commented 1 week ago

Thank you, @skyace65!