[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:
@ -166,7 +166,7 @@
|
||||
The voice's filter rate.
|
||||
</member>
|
||||
<member name="voice_count" type="int" setter="set_voice_count" getter="get_voice_count" default="2">
|
||||
The amount of voices in the effect.
|
||||
The number of voices in the effect.
|
||||
</member>
|
||||
<member name="wet" type="float" setter="set_wet" getter="get_wet" default="0.5">
|
||||
The effect's processed signal.
|
||||
|
||||
Reference in New Issue
Block a user