diff options
| author | Max Hilbrunner <mhilbrunner@users.noreply.github.com> | 2022-08-18 16:52:57 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-08-18 16:52:57 +0200 |
| commit | f2bcec462dceb384fef9b6eae7104e25f1f37d23 (patch) | |
| tree | 92590916efcb1c4c4ccb52dbb8e086a1b2cb7e58 /doc/classes/SkeletonModification2DCCDIK.xml | |
| parent | 03dc8c5d6fc4a1cc8c0b8b329ae53a3d0d8b3074 (diff) | |
| parent | 28e66882e59d51f69cc0b9786033f5570b08d114 (diff) | |
| download | redot-engine-f2bcec462dceb384fef9b6eae7104e25f1f37d23.tar.gz | |
Merge pull request #64551 from asmaloney/doc-grammar-amount-number
[doc] Fix grammar in class docs: amount vs. number
Diffstat (limited to 'doc/classes/SkeletonModification2DCCDIK.xml')
| -rw-r--r-- | doc/classes/SkeletonModification2DCCDIK.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/classes/SkeletonModification2DCCDIK.xml b/doc/classes/SkeletonModification2DCCDIK.xml index e37dc62131..c8fee3f94d 100644 --- a/doc/classes/SkeletonModification2DCCDIK.xml +++ b/doc/classes/SkeletonModification2DCCDIK.xml @@ -121,7 +121,7 @@ </methods> <members> <member name="ccdik_data_chain_length" type="int" setter="set_ccdik_data_chain_length" getter="get_ccdik_data_chain_length" default="0"> - The amount of CCDIK joints in the CCDIK modification. + The number of CCDIK joints in the CCDIK modification. </member> <member name="target_nodepath" type="NodePath" setter="set_target_node" getter="get_target_node" default="NodePath("")"> The NodePath to the node that is the target for the CCDIK modification. This node is what the CCDIK chain will attempt to rotate the bone chain to. |
