This is an automated email from the ASF dual-hosted git repository.
jiayu pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/sedona-db.git
The following commit(s) were added to refs/heads/main by this push:
new 0d4d433d [DOCS] Fix a typo in README (#315)
0d4d433d is described below
commit 0d4d433dc64d0fbac66b271d41cf25fec42a793c
Author: Liang Geng <[email protected]>
AuthorDate: Mon Nov 17 13:21:28 2025 -0500
[DOCS] Fix a typo in README (#315)
---
dev/release/README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev/release/README.md b/dev/release/README.md
index 9cdcd267..1ab06660 100644
--- a/dev/release/README.md
+++ b/dev/release/README.md
@@ -50,7 +50,7 @@ conda install -y curl gnupg geos proj openssl libabseil cmake
pkg-config
export LD_LIBRARY_PATH="$LD_LIBRARY_PATH:$CONDA_PREFIX/lib"
```
-Currently system libclang is required to generate C bindings at build time:
+Currently, system libclang is required to generate C bindings at build time:
```shell
apt-get update && apt-get install -y libclang-dev