From 04251e3b5999aa676bf3b2248566a655d4d07b8d Mon Sep 17 00:00:00 2001 From: Oscar Dowson Date: Thu, 1 Feb 2024 10:35:28 +1300 Subject: [PATCH] Fix typo in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 03d2ea8..c549b8b 100644 --- a/README.md +++ b/README.md @@ -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