Skip to content

Commit 36fa94b

Browse files
committed
update docs of transportation
1 parent ed32312 commit 36fa94b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/transportation.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ end
136136
137137
Solves a transportation problem given by an object of in type `TransportationProblem`.
138138
139-
`initial`` is used to store the initial solution of the transportation problem. Any custom
139+
`initial` is used to store the initial solution of the transportation problem. Any custom
140140
implementation should take a `TransportationProblem` and return a `TransportationResult` object.
141141
Currently, `northwestcorner` and `leastcost` are implemented as custom initial solutions.
142142

0 commit comments

Comments
 (0)