瀏覽代碼

Fix a very slight grammatical issue

Changed the incorrect verb "have" into its correct form, "has."
Fixes #99972

Co-authored-by: A Thousand Ships <[email protected]>
Wyv 10 月之前
父節點
當前提交
8a5eef95aa

+ 1 - 1
doc/classes/PackedFloat32Array.xml

@@ -192,7 +192,7 @@
 		<method name="to_byte_array" qualifiers="const">
 		<method name="to_byte_array" qualifiers="const">
 			<return type="PackedByteArray" />
 			<return type="PackedByteArray" />
 			<description>
 			<description>
-				Returns a copy of the data converted to a [PackedByteArray], where each element have been encoded as 4 bytes.
+				Returns a copy of the data converted to a [PackedByteArray], where each element has been encoded as 4 bytes.
 				The size of the new array will be [code]float32_array.size() * 4[/code].
 				The size of the new array will be [code]float32_array.size() * 4[/code].
 			</description>
 			</description>
 		</method>
 		</method>

+ 1 - 1
doc/classes/PackedFloat64Array.xml

@@ -193,7 +193,7 @@
 		<method name="to_byte_array" qualifiers="const">
 		<method name="to_byte_array" qualifiers="const">
 			<return type="PackedByteArray" />
 			<return type="PackedByteArray" />
 			<description>
 			<description>
-				Returns a copy of the data converted to a [PackedByteArray], where each element have been encoded as 8 bytes.
+				Returns a copy of the data converted to a [PackedByteArray], where each element has been encoded as 8 bytes.
 				The size of the new array will be [code]float64_array.size() * 8[/code].
 				The size of the new array will be [code]float64_array.size() * 8[/code].
 			</description>
 			</description>
 		</method>
 		</method>

+ 1 - 1
doc/classes/PackedInt32Array.xml

@@ -186,7 +186,7 @@
 		<method name="to_byte_array" qualifiers="const">
 		<method name="to_byte_array" qualifiers="const">
 			<return type="PackedByteArray" />
 			<return type="PackedByteArray" />
 			<description>
 			<description>
-				Returns a copy of the data converted to a [PackedByteArray], where each element have been encoded as 4 bytes.
+				Returns a copy of the data converted to a [PackedByteArray], where each element has been encoded as 4 bytes.
 				The size of the new array will be [code]int32_array.size() * 4[/code].
 				The size of the new array will be [code]int32_array.size() * 4[/code].
 			</description>
 			</description>
 		</method>
 		</method>

+ 1 - 1
doc/classes/PackedInt64Array.xml

@@ -187,7 +187,7 @@
 		<method name="to_byte_array" qualifiers="const">
 		<method name="to_byte_array" qualifiers="const">
 			<return type="PackedByteArray" />
 			<return type="PackedByteArray" />
 			<description>
 			<description>
-				Returns a copy of the data converted to a [PackedByteArray], where each element have been encoded as 8 bytes.
+				Returns a copy of the data converted to a [PackedByteArray], where each element has been encoded as 8 bytes.
 				The size of the new array will be [code]int64_array.size() * 8[/code].
 				The size of the new array will be [code]int64_array.size() * 8[/code].
 			</description>
 			</description>
 		</method>
 		</method>

+ 1 - 1
doc/classes/SurfaceTool.xml

@@ -147,7 +147,7 @@
 		<method name="generate_tangents">
 		<method name="generate_tangents">
 			<return type="void" />
 			<return type="void" />
 			<description>
 			<description>
-				Generates a tangent vector for each vertex. Requires that each vertex have UVs and normals set already (see [method generate_normals]).
+				Generates a tangent vector for each vertex. Requires that each vertex already has UVs and normals set (see [method generate_normals]).
 			</description>
 			</description>
 		</method>
 		</method>
 		<method name="get_aabb" qualifiers="const">
 		<method name="get_aabb" qualifiers="const">