Skip to content

Commit 6ffd453

Browse files
author
Vincent Landau
committed
fix typo in exported function...
1 parent 4fa6dc0 commit 6ffd453

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/SpatialGraphs.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ using LightGraphs, SimpleWeightedGraphs, ArchGDAL, GeoData
55
include("structs.jl")
66
include("graph_interface.jl")
77
## Types and Structs
8-
export AbstractSpatialGraph, AbstractRasterGraph, SimpleRasterGraphs,
8+
export AbstractSpatialGraph, AbstractRasterGraph, SimpleRasterGraph,
99
SimpleRasterDiGraph, WeightedRasterGraph, WeightedRasterDiGraph
1010

1111
end # module

0 commit comments

Comments
 (0)