Skip to content

Commit fc36988

Browse files
yutannihilationjiayuasu
authored andcommitted
docs: Fix indentation in R example code (#129)
1 parent 756fbe3 commit fc36988

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ SedonaDB offers a flexible query interface.
9292
```r
9393
library(sedonadb)
9494

95-
sd_sql("SELECT ST_Point(0, 1) as geom")
95+
sd_sql("SELECT ST_Point(0, 1) as geom")
9696
```
9797

9898
## Have questions?

0 commit comments

Comments
 (0)