Skip to content

Commit

Permalink
Merge pull request #378 from DanielVandH/patch-1
Browse files Browse the repository at this point in the history
Typo in docstring
  • Loading branch information
YingboMa committed Feb 1, 2023
2 parents 9ee42e0 + 960f712 commit 1228b9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/solve.jl
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ step. Its signature is:
callback = (x,other_args) -> false
```
where `other_args` is are the extra return arguments of the optimization `f`.
where `other_args` are the extra return arguments of the optimization `f`.
This allows for saving values from the optimization and using them for
plotting and display without recalculating. The callback should return a
Boolean value, and the default should be `false`, such that the optimization
Expand Down

0 comments on commit 1228b9c

Please sign in to comment.