Skip to content

Commit 211d997

Browse files
refactor: make spellcheck happy
1 parent 5211e18 commit 211d997

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/problems/nonlinear_problems.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -385,7 +385,7 @@ and below.
385385
!!! warn
386386
While `explictfuns![i]` could in theory use `sols[i+1]` in its computation,
387387
these values will not be updated. It is thus the contract of the interface
388-
to not use those values except for as caches to be overriden.
388+
to not use those values except for as caches to be overridden.
389389
390390
!!! note
391391
prob.probs[i].p can be aliased with each other as a performance / memory

0 commit comments

Comments
 (0)