Skip to content

Commit 2dc4f44

Browse files
committed
Fix loadXML() reference
1 parent 5930b7c commit 2dc4f44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/io/files.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -784,7 +784,7 @@ function makeObject(row, headers) {
784784
* (<a href="https://developer.mozilla.org/en-US/docs/Web/XML/XML_introduction" target="_blank">XML</a>)
785785
* is a standard format for sending data between applications. Like HTML, the
786786
* XML format is based on tags and attributes, as in
787-
* `<time units="s">1234</time>`.
787+
* `&lt;time units="s"&gt;1234&lt;/time&gt;`.
788788
*
789789
* The first parameter, `path`, is always a string with the path to the file.
790790
* Paths to local files should be relative, as in

0 commit comments

Comments
 (0)