summaryrefslogtreecommitdiff
path: root/doc/classes/StreamPeerBuffer.xml
diff options
context:
space:
mode:
Diffstat (limited to 'doc/classes/StreamPeerBuffer.xml')
-rw-r--r--doc/classes/StreamPeerBuffer.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/classes/StreamPeerBuffer.xml b/doc/classes/StreamPeerBuffer.xml
index de725aef5b..ee603360fa 100644
--- a/doc/classes/StreamPeerBuffer.xml
+++ b/doc/classes/StreamPeerBuffer.xml
@@ -36,14 +36,14 @@
</method>
<method name="resize">
<return type="void" />
- <argument index="0" name="size" type="int" />
+ <param index="0" name="size" type="int" />
<description>
Resizes the [member data_array]. This [i]doesn't[/i] update the cursor.
</description>
</method>
<method name="seek">
<return type="void" />
- <argument index="0" name="position" type="int" />
+ <param index="0" name="position" type="int" />
<description>
Moves the cursor to the specified position. [code]position[/code] must be a valid index of [member data_array].
</description>