From 211d997a6eb8ce77eac2e2c648c06f90fe1ded0f Mon Sep 17 00:00:00 2001 From: Aayush Sabharwal Date: Fri, 29 Nov 2024 16:10:16 +0530 Subject: [PATCH] refactor: make spellcheck happy --- src/problems/nonlinear_problems.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/problems/nonlinear_problems.jl b/src/problems/nonlinear_problems.jl index b2a9989c4..b61b19ff1 100644 --- a/src/problems/nonlinear_problems.jl +++ b/src/problems/nonlinear_problems.jl @@ -385,7 +385,7 @@ and below. !!! warn While `explictfuns![i]` could in theory use `sols[i+1]` in its computation, these values will not be updated. It is thus the contract of the interface - to not use those values except for as caches to be overriden. + to not use those values except for as caches to be overridden. !!! note prob.probs[i].p can be aliased with each other as a performance / memory