Skip to content

Commit

Permalink
[DOCS] Fix spelling (#1800)
Browse files Browse the repository at this point in the history
  • Loading branch information
jbampton authored Feb 12, 2025
1 parent c175ada commit 0a102ed
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -392,7 +392,7 @@ class GeometryTypesAndFunctionsTestScala extends TestBaseScala with BeforeAndAft
assert(actual == 1)
}
ignore("T29") {
// Interor rings are 1 indexed in OGC and PostGIS.
// Interior rings are 1 indexed in OGC and PostGIS.
// In Sedona they are 0 indexed.
val actual = sparkSession
.sql("""
Expand All @@ -416,7 +416,7 @@ class GeometryTypesAndFunctionsTestScala extends TestBaseScala with BeforeAndAft
assert(actual == 2)
}
ignore("T31") {
// Interor rings are 1 indexed in OGC and PostGIS.
// Interior rings are 1 indexed in OGC and PostGIS.
// In Sedona they are 0 indexed.
val actual = sparkSession
.sql("""
Expand Down

0 comments on commit 0a102ed

Please sign in to comment.