From a7c4a7ebe23f9e00d73e833d6327f2490f199239 Mon Sep 17 00:00:00 2001 From: Oscar Dowson Date: Thu, 22 Aug 2024 12:58:42 +1200 Subject: [PATCH] Fix a typo in the README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 25ec64f..ee1d037 100644 --- a/README.md +++ b/README.md @@ -137,7 +137,7 @@ the descriptions below from the specialized NLopt API. The `constrtol_abs` parameter is an absolute feasibility tolerance applied to all constraints. -## Automatic differetiation +## Automatic differentiation Some algorithms in NLopt require derivatives, which you must manually provide in the `if length(grad) > 0` branch of your objective and constraint functions.