[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:
@ -68,7 +68,7 @@
|
||||
<method name="_get_input_port_count" qualifiers="virtual const">
|
||||
<return type="int" />
|
||||
<description>
|
||||
Override this method to define the amount of input ports of the associated custom node.
|
||||
Override this method to define the number of input ports of the associated custom node.
|
||||
Defining this method is [b]required[/b]. If not overridden, the node has no input ports.
|
||||
</description>
|
||||
</method>
|
||||
@ -98,7 +98,7 @@
|
||||
<method name="_get_output_port_count" qualifiers="virtual const">
|
||||
<return type="int" />
|
||||
<description>
|
||||
Override this method to define the amount of output ports of the associated custom node.
|
||||
Override this method to define the number of output ports of the associated custom node.
|
||||
Defining this method is [b]required[/b]. If not overridden, the node has no output ports.
|
||||
</description>
|
||||
</method>
|
||||
|
||||
Reference in New Issue
Block a user