You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2020/09/15 18:43:04 UTC

[GitHub] [arrow] domoritz commented on a change in pull request #7844: ARROW-9580: [JS][Doc] Fix syntax error in example code

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:
users@infra.apache.org