This is an automated email from the ASF dual-hosted git repository.
jiayu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sedona.git
The following commit(s) were added to refs/heads/master by this push:
new 41a6bc0947 [DOCS] Fix spelling (#1804)
41a6bc0947 is described below
commit 41a6bc0947d4e07aadf2899ec0beb6bd97812114
Author: John Bampton <[email protected]>
AuthorDate: Fri Feb 14 06:48:48 2025 +1000
[DOCS] Fix spelling (#1804)
---
.../scala/org/apache/spark/sql/sedona_sql/expressions/Functions.scala | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/spark/common/src/main/scala/org/apache/spark/sql/sedona_sql/expressions/Functions.scala
b/spark/common/src/main/scala/org/apache/spark/sql/sedona_sql/expressions/Functions.scala
index de7e3170ca..705e37758b 100644
---
a/spark/common/src/main/scala/org/apache/spark/sql/sedona_sql/expressions/Functions.scala
+++
b/spark/common/src/main/scala/org/apache/spark/sql/sedona_sql/expressions/Functions.scala
@@ -1725,7 +1725,7 @@ case class ST_DelaunayTriangles(inputExpressions:
Seq[Expression])
}
/**
- * Return the number of ddimensions in geometry.
+ * Return the number of dimensions in geometry.
*
* @param inputExpressions
*/