Skip to content

Commit

Permalink
refactor: make spellcheck happy
Browse files Browse the repository at this point in the history
  • Loading branch information
AayushSabharwal committed Nov 29, 2024
1 parent 5211e18 commit 211d997
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/problems/nonlinear_problems.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 211d997

Please sign in to comment.