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 936f6a4 docs: Fix indentation in R example code (#129)
936f6a4 is described below
commit 936f6a455c8a08cf659a9a68af2b2fbabacbe95d
Author: Hiroaki Yutani <[email protected]>
AuthorDate: Tue Sep 23 10:52:03 2025 +0900
docs: Fix indentation in R example code (#129)
---
docs/index.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/index.md b/docs/index.md
index 4e0ebe6..c08e313 100644
--- a/docs/index.md
+++ b/docs/index.md
@@ -92,7 +92,7 @@ SedonaDB offers a flexible query interface.
```r
library(sedonadb)
- sd_sql("SELECT ST_Point(0, 1) as geom")
+ sd_sql("SELECT ST_Point(0, 1) as geom")
```
## Have questions?