Skip to content

Commit 19946d7

Browse files
committed
Fixed doctest.
1 parent 3305aef commit 19946d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/defaults.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ This follows the [Type hierarchy](@ref) of Simple Features.
108108
# Examples
109109
```jldoctest; setup = :(using GeoInterface)
110110
julia> GeoInterface.subtrait(GeoInterface.LineStringTrait())
111-
GeoInterface.PointTrait
111+
GeoInterface.AbstractPointTrait
112112
julia> GeoInterface.subtrait(GeoInterface.PolygonTrait()) # Any of LineStringTrait, LineTrait, LinearRingTrait
113113
GeoInterface.AbstractLineStringTrait
114114
```

0 commit comments

Comments
 (0)