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

viirya 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 c74665808 Fixes a broken link in the `arrow` lib.rs rustdoc (#3487)
c74665808 is described below

commit c74665808439cb7020fb1cfb74b376a136c73259
Author: Adam Gutglick <[email protected]>
AuthorDate: Sat Jan 7 20:08:22 2023 +0200

    Fixes a broken link in the `arrow` lib.rs rustdoc (#3487)
---
 arrow/src/lib.rs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arrow/src/lib.rs b/arrow/src/lib.rs
index cee4f886c..64e5d6a2c 100644
--- a/arrow/src/lib.rs
+++ b/arrow/src/lib.rs
@@ -31,7 +31,7 @@
 //!
 //! The current list of sub-crates is:
 //!
-//! * [`arrow-arith][arrow_arith] - arithmetic kernels
+//! * [`arrow-arith`][arrow_arith] - arithmetic kernels
 //! * [`arrow-array`][arrow_array] - type-safe arrow array abstractions
 //! * [`arrow-buffer`][arrow_buffer] - buffer abstractions for arrow arrays
 //! * [`arrow-cast`][arrow_cast] - cast kernels for arrow arrays

Reply via email to