We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5930b7c commit 2dc4f44Copy full SHA for 2dc4f44
src/io/files.js
@@ -784,7 +784,7 @@ function makeObject(row, headers) {
784
* (<a href="https://developer.mozilla.org/en-US/docs/Web/XML/XML_introduction" target="_blank">XML</a>)
785
* is a standard format for sending data between applications. Like HTML, the
786
* XML format is based on tags and attributes, as in
787
- * `<time units="s">1234</time>`.
+ * `<time units="s">1234</time>`.
788
*
789
* The first parameter, `path`, is always a string with the path to the file.
790
* Paths to local files should be relative, as in
0 commit comments