Skip to content

Commit

Permalink
[DOCS] Fix spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
jbampton committed Feb 11, 2025
1 parent e7a5a3d commit 531a9ae
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 531a9ae

Please sign in to comment.