[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:
@ -90,7 +90,7 @@
|
||||
<method name="get_bone_count" qualifiers="const">
|
||||
<return type="int" />
|
||||
<description>
|
||||
Returns the amount of bones in the skeleton.
|
||||
Returns the number of bones in the skeleton.
|
||||
</description>
|
||||
</method>
|
||||
<method name="get_bone_global_pose" qualifiers="const">
|
||||
|
||||
Reference in New Issue
Block a user