summaryrefslogtreecommitdiffstats
path: root/doc/classes/PackedByteArray.xml
diff options
context:
space:
mode:
authorSeptian <septgsk@gmail.com>2023-07-19 19:56:06 +0700
committerSeptian <septgsk@gmail.com>2023-07-19 19:56:06 +0700
commit2857b91385b566667f6a321554047286f1f13ecf (patch)
tree02cfeb4dcbd433e58d6b611dac8fd07b66df8163 /doc/classes/PackedByteArray.xml
parent0c2144da908a8223e188d27ed1d31d8248056c78 (diff)
downloadredot-engine-2857b91385b566667f6a321554047286f1f13ecf.tar.gz
Fix many typos in documentation
Diffstat (limited to 'doc/classes/PackedByteArray.xml')
-rw-r--r--doc/classes/PackedByteArray.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/classes/PackedByteArray.xml b/doc/classes/PackedByteArray.xml
index 51f353c17a..60d3a55711 100644
--- a/doc/classes/PackedByteArray.xml
+++ b/doc/classes/PackedByteArray.xml
@@ -346,7 +346,7 @@
<param index="0" name="byte_offset" type="int" />
<param index="1" name="allow_objects" type="bool" default="false" />
<description>
- Returns [code]true[/code] if a valid [Variant] value can be decoded at the [param byte_offset]. Returns [code]false[/code] othewrise or when the value is [Object]-derived and [param allow_objects] is [code]false[/code].
+ Returns [code]true[/code] if a valid [Variant] value can be decoded at the [param byte_offset]. Returns [code]false[/code] otherwise or when the value is [Object]-derived and [param allow_objects] is [code]false[/code].
</description>
</method>
<method name="hex_encode" qualifiers="const">