Skip to content

Commit 4243a43

Browse files
committed
typos
1 parent abcac34 commit 4243a43

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/src/guides/developer.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ The `ngeom` and `getgeom` are aliases for their geom specific counterparts, such
3333

3434
There are also optional generic methods that could help with locating this geometry.
3535
```julia
36-
GeoInterface.crs(geomtrait(geom), geom::customgeom)::GeoFormatTypes.GeoFormat}
36+
GeoInterface.crs(geomtrait(geom), geom::customgeom)::GeoFormatTypes.GeoFormat
3737
GeoInterface.extent(geomtrait(geom), geom::customgeom)::Extents.Extent
3838
```
3939

@@ -71,14 +71,14 @@ GeoInterface.geometrycolumns(::customcollection) = (:geometry,) # can be multip
7171

7272
The `geometrycolumns` enables other packages to know which field in a row, or column in a table, contains the geometry or geometries.
7373

74-
## GeoSpatial Operations
74+
## Geospatial Operations
7575
```julia
7676
distance(geomtrait(a), geomtrait(b), a, b)
7777
buffer(geomtrait(geom), geom, distance)
7878
convexhull(geomtrait(geom), geom)
7979
```
8080

81-
## GeoSpatial Relations
81+
## Geospatial Relations
8282
These functions are used to describe the relations between geometries as defined in the Dimensionally Extended 9-Intersection Model ([DE-9IM](https://en.wikipedia.org/wiki/DE-9IM)).
8383

8484
```julia

0 commit comments

Comments
 (0)