1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-04 12:00:25 +00:00

[doc] Fix grammar in class docs: amount vs. number

Number is used for things that can be counted (discrete items - think "integer" in this context).

Also fixes a couple of awkward phrases.
This commit is contained in:
Andy Maloney
2022-08-17 18:08:09 -04:00
parent dbd1524362
commit 28e66882e5
36 changed files with 57 additions and 57 deletions

View File

@@ -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(&quot;&quot;)">
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.