This is an automated email from the ASF dual-hosted git repository. jiayu pushed a commit to branch branch-0.1.0 in repository https://gitbox.apache.org/repos/asf/sedona-db.git
commit fc369880dfd42e7eaacbb012ca8eff22e94e3d79 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?
