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

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


The following commit(s) were added to refs/heads/master by this push:
     new 19a2552  Update README.md (#834)
19a2552 is described below

commit 19a255267392461df87ead54cc0664b85bed8f36
Author: Jiayu Liu <[email protected]>
AuthorDate: Tue Oct 19 19:02:57 2021 +0800

    Update README.md (#834)
    
    fix readme with invalid markdown syntax
---
 arrow/README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arrow/README.md b/arrow/README.md
index 053cb0c..c73ccd1 100644
--- a/arrow/README.md
+++ b/arrow/README.md
@@ -36,7 +36,7 @@ Unlike many other crates in the Rust ecosystem which spend 
extended time in "pre
 The arrow crate provides the following features which may be enabled:
 
 - `csv` (default) - support for reading and writing Arrow arrays to/from csv 
files
-- `ipc` (default) - support for the 
[arrow-flight]((https://crates.io/crates/arrow-flight) IPC and wire format
+- `ipc` (default) - support for the 
[arrow-flight](https://crates.io/crates/arrow-flight) IPC and wire format
 - `prettyprint` - support for formatting record batches as textual columns
 - `js` - support for building arrow for WebAssembly / JavaScript
 - `simd` - (_Requires Nightly Rust_) alternate optimized

Reply via email to