Skip to content

Commit 3b19b7f

Browse files
authored
Correct small typo in README.md (#606)
1 parent de99eaa commit 3b19b7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -401,7 +401,7 @@ This often means the JuMP program was structured in such a way that Gurobi.jl
401401
ends up calling `GRBupdatemodel` in each iteration of a loop.
402402

403403
Usually, it is possible (and easy) to restructure the JuMP program in a way it
404-
stays ssolver-agnostic and has a close-to-ideal performance with Gurobi.
404+
stays solver-agnostic and has a close-to-ideal performance with Gurobi.
405405

406406
To guide such restructuring it is good to keep in mind the following bits of
407407
information:

0 commit comments

Comments
 (0)