From 95a5aee7de9298384f1874c95ef16b2a333c7f2c Mon Sep 17 00:00:00 2001 From: Kyle Kelley Date: Thu, 4 Apr 2024 10:56:11 -0700 Subject: [PATCH] docs: fix typo in lance-arrow (#2152) Quick typo fix. --- rust/lance-arrow/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust/lance-arrow/README.md b/rust/lance-arrow/README.md index fbd3ea0b10..8c3bedac3f 100644 --- a/rust/lance-arrow/README.md +++ b/rust/lance-arrow/README.md @@ -1,7 +1,7 @@ # lance-arrow `lance-arrow` is a internal sub-crate, containing [Apache-Arrow](https://github.com/apache/arrow-rs) -extensions used the [Lance](https://github.com/lancedb/lance). +extensions used by [Lance](https://github.com/lancedb/lance). **Important Note**: This crate is **not intended for external usage**.