diff --git a/reference/xml/functions/xml-parse-into-struct.xml b/reference/xml/functions/xml-parse-into-struct.xml
index 40c3ce6df2..4a4ccec52a 100644
--- a/reference/xml/functions/xml-parse-into-struct.xml
+++ b/reference/xml/functions/xml-parse-into-struct.xml
@@ -16,7 +16,7 @@
arrayindex
- This function parses an XML file into 2 parallel array structures, one
+ This function parses an XML string into 2 parallel array structures, one
(index) containing pointers to the location of the
appropriate values in the values array. These last
two parameters must be passed by reference.
@@ -39,7 +39,7 @@
data
- An string containing the XML data.
+ A string containing the XML data.