Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Fix loadXML() reference
  • Loading branch information
nickmcintyre committed May 13, 2024
commit 2dc4f44603e159ebafb27d9df856beb96e8add7a
2 changes: 1 addition & 1 deletion src/io/files.js
Original file line number Diff line number Diff line change
Expand Up @@ -784,7 +784,7 @@ function makeObject(row, headers) {
* (<a href="https://developer.mozilla.org/en-US/docs/Web/XML/XML_introduction" target="_blank">XML</a>)
* is a standard format for sending data between applications. Like HTML, the
* XML format is based on tags and attributes, as in
* `<time units="s">1234</time>`.
* `&lt;time units="s"&gt;1234&lt;/time&gt;`.
*
* The first parameter, `path`, is always a string with the path to the file.
* Paths to local files should be relative, as in
Expand Down