diff options
author | Haoyu Qiu <timothyqiu32@gmail.com> | 2023-04-18 19:53:47 +0800 |
---|---|---|
committer | Haoyu Qiu <timothyqiu32@gmail.com> | 2023-04-18 19:53:47 +0800 |
commit | 766807506c4f40bca1fafd16ac467a33694f6269 (patch) | |
tree | f8b7a7bd7de90f1935bdaf8b9983350136b267ee /doc/classes/SkeletonModification2DPhysicalBones.xml | |
parent | 377d8845da051b93d568a55cab98433de7c82a36 (diff) | |
download | redot-engine-766807506c4f40bca1fafd16ac467a33694f6269.tar.gz |
Fix various typos in the classref
Diffstat (limited to 'doc/classes/SkeletonModification2DPhysicalBones.xml')
-rw-r--r-- | doc/classes/SkeletonModification2DPhysicalBones.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/classes/SkeletonModification2DPhysicalBones.xml b/doc/classes/SkeletonModification2DPhysicalBones.xml index 61edc1bd9e..ed7bf946dc 100644 --- a/doc/classes/SkeletonModification2DPhysicalBones.xml +++ b/doc/classes/SkeletonModification2DPhysicalBones.xml @@ -13,7 +13,7 @@ <method name="fetch_physical_bones"> <return type="void" /> <description> - Empties the list of [PhysicalBone2D] nodes and populates it will all [PhysicalBone2D] nodes that are children of the [Skeleton2D]. + Empties the list of [PhysicalBone2D] nodes and populates it with all [PhysicalBone2D] nodes that are children of the [Skeleton2D]. </description> </method> <method name="get_physical_bone_node" qualifiers="const"> |