mirror of
https://github.com/godotengine/godot.git
synced 2026-01-03 18:11:19 +03:00
Fix a very slight grammatical issue
Changed the incorrect verb "have" into its correct form, "has." Fixes #99972 Co-authored-by: A Thousand Ships <96648715+AThousandShips@users.noreply.github.com>
This commit is contained in:
@@ -192,7 +192,7 @@
|
||||
<method name="to_byte_array" qualifiers="const">
|
||||
<return type="PackedByteArray" />
|
||||
<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].
|
||||
</description>
|
||||
</method>
|
||||
|
||||
Reference in New Issue
Block a user