summaryrefslogtreecommitdiff
path: root/doc/classes/XMLParser.xml
diff options
context:
space:
mode:
Diffstat (limited to 'doc/classes/XMLParser.xml')
-rw-r--r--doc/classes/XMLParser.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/classes/XMLParser.xml b/doc/classes/XMLParser.xml
index 6ab84ef345..bb9599e273 100644
--- a/doc/classes/XMLParser.xml
+++ b/doc/classes/XMLParser.xml
@@ -133,7 +133,7 @@
<method name="seek">
<return type="int" enum="Error">
</return>
- <argument index="0" name="pos" type="int">
+ <argument index="0" name="position" type="int">
</argument>
<description>
Move the buffer cursor to a certain offset (since the beginning) and read the next node there. This returns an error code.