You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by al...@apache.org on 2021/07/26 22:33:30 UTC

[arrow-rs] branch active_release updated: Fix typo (#604) (#606)

This is an automated email from the ASF dual-hosted git repository.

alamb pushed a commit to branch active_release
in repository https://gitbox.apache.org/repos/asf/arrow-rs.git


The following commit(s) were added to refs/heads/active_release by this push:
     new d32533a  Fix typo (#604) (#606)
d32533a is described below

commit d32533a61fe8e21ac994cc4f0a590149ad20320d
Author: Andrew Lamb <an...@nerdnetworks.org>
AuthorDate: Mon Jul 26 18:33:22 2021 -0400

    Fix typo (#604) (#606)
    
    Co-authored-by: Wang Fenjin <wa...@gmail.com>
---
 arrow/README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arrow/README.md b/arrow/README.md
index 56d0218..5f974df 100644
--- a/arrow/README.md
+++ b/arrow/README.md
@@ -41,7 +41,7 @@ In order to compile Arrow for Web Assembly (the `wasm32-unknown-unknown` WASM ta
 
 ```toml
 [dependencies]
-arrow = {version = "5.0" default-features = false, features = ["js"] }
+arrow = { version = "5.0", default-features = false, features = ["js"] }
 ```
 
 ## Examples