Fix presumed copy/paste error: "Returns" -> "Sets"

I might be going out on a limb here... :D
This commit is contained in:
follower 2020-07-23 04:21:29 +12:00 committed by GitHub
parent 0cd98ec7e1
commit e38b63400c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -263,7 +263,7 @@
<argument index="1" name="pose" type="Transform">
</argument>
<description>
Returns the pose transform for bone [code]bone_idx[/code].
Sets the pose transform for bone [code]bone_idx[/code].
[b]Note[/b]: The pose transform needs to be in bone space. Use [method world_transform_to_bone_transform] to convert a world transform, like one you can get from a [Node3D], to bone space.
</description>
</method>