This is an automated email from the ASF dual-hosted git repository.
paleolimbot pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow-nanoarrow.git
The following commit(s) were added to refs/heads/main by this push:
new f1f8032 Minor typo fix (#2)
f1f8032 is described below
commit f1f8032849753f07b09b711ff2e88ba2b8203cc4
Author: Jonathan Keane <[email protected]>
AuthorDate: Wed Jul 13 10:51:09 2022 -0500
Minor typo fix (#2)
---
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).