This is an automated email from the ASF dual-hosted git repository. jonkeane pushed a commit to branch jonkeane-patch-1 in repository https://gitbox.apache.org/repos/asf/arrow-nanoarrow.git
commit 68c938035f51b18fa8e3f0ded079bcc8ef975c0a Author: Jonathan Keane <[email protected]> AuthorDate: Wed Jul 13 10:44:13 2022 -0500 Minor typo fix --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b1051a0..9750f30 100644 --- a/README.md +++ b/README.md @@ -77,5 +77,5 @@ requiring a library with a similar scope: along which a [mostly header-only C++ library](https://github.com/paleolimbot/geonanoarrowpp/tree/main/src/geoarrow/internal/arrow-hpp) was prototyped. - The [Arrow Database Connectivity](https://github.com/apache/arrow-adbc) C API, for which drivers - in theory can be written in C (which is currently difficult in practice because of there + in theory can be written in C (which is currently difficult in practice because there are few if any tools to help do this properly).
