domoritz commented on a change in pull request #7844:
URL: https://github.com/apache/arrow/pull/7844#discussion_r488884743



##########
File path: js/README.md
##########
@@ -122,7 +122,7 @@ const rainfall = Table.new(
 ```js
 import { Table } from "apache-arrow";
 
-const table = await Table.from(fetch(("/simple.arrow")));
+const table = await Table.from(fetch("/simple.arrow"));

Review comment:
       Not sure but that's beyond the scope of this fix. 




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to