mirror of
https://github.com/godotengine/godot.git
synced 2026-01-03 18:11:19 +03: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:
@@ -1,7 +1,7 @@
|
||||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<class name="VisualShaderNodeGroupBase" inherits="VisualShaderNodeResizableBase" version="4.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../class.xsd">
|
||||
<brief_description>
|
||||
Base class for a family of nodes with variable amount of input and output ports within the visual shader graph.
|
||||
Base class for a family of nodes with variable number of input and output ports within the visual shader graph.
|
||||
</brief_description>
|
||||
<description>
|
||||
Currently, has no direct usage, use the derived classes instead.
|
||||
|
||||
Reference in New Issue
Block a user