Skip to content

Commit

Permalink
Fix typo in README
Browse files Browse the repository at this point in the history
  • Loading branch information
odow authored Jan 31, 2024
1 parent dd19c62 commit 04251e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ arguments are identical to the C API.

HiGHS uses a global scheduler that is shared between threads.

Before changing the number of theads using `MOI.Threads()`, you must call
Before changing the number of threads using `MOI.Threads()`, you must call
`Highs_resetGlobalScheduler(1)`:
```julia
using JuMP, HiGHS
Expand Down

0 comments on commit 04251e3

Please sign in to comment.