summaryrefslogtreecommitdiffstats
path: root/doc/classes/VisualShaderNodeCustom.xml
diff options
context:
space:
mode:
authorMax Hilbrunner <mhilbrunner@users.noreply.github.com>2022-08-18 16:52:57 +0200
committerGitHub <noreply@github.com>2022-08-18 16:52:57 +0200
commitf2bcec462dceb384fef9b6eae7104e25f1f37d23 (patch)
tree92590916efcb1c4c4ccb52dbb8e086a1b2cb7e58 /doc/classes/VisualShaderNodeCustom.xml
parent03dc8c5d6fc4a1cc8c0b8b329ae53a3d0d8b3074 (diff)
parent28e66882e59d51f69cc0b9786033f5570b08d114 (diff)
downloadredot-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/VisualShaderNodeCustom.xml')
-rw-r--r--doc/classes/VisualShaderNodeCustom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/classes/VisualShaderNodeCustom.xml b/doc/classes/VisualShaderNodeCustom.xml
index 9813b4778d..d96969b383 100644
--- a/doc/classes/VisualShaderNodeCustom.xml
+++ b/doc/classes/VisualShaderNodeCustom.xml
@@ -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>