Skip to content

Commit 51214b1

Browse files
committed
Fix docs mistake.
1 parent a5d8ba0 commit 51214b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/create_graph.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# using LinearAlgebra
33

44
"""
5-
create_graph(param, w = 11, h = 11; type = "map", N = 1, kwargs...) -> Dict
5+
create_graph(param, w = 11, h = 11; type = "map", kwargs...) -> Dict
66
77
Initialize the underlying graph, population and productivity parameters.
88

0 commit comments

Comments
 (0)