Skip to content

Commit 3ce717f

Browse files
kellertuerlkdvos
andauthored
Update src/stopping_criterion.jl
Co-authored-by: Lukas Devos <ldevos98@gmail.com>
1 parent 83b44ee commit 3ce717f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/stopping_criterion.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ abstract type StoppingCriterion end
1818
@doc """
1919
StoppingCriterionState
2020
21-
An abstract type to represent a stopping criterion state withinn a [`State`](@ref).
21+
An abstract type to represent a stopping criterion state within a [`State`](@ref).
2222
2323
Any concrete stopping criterion should be implemented as a functor,
2424
that takes the “usual tuple” `(problem, algorithm, state, stopping_criterion)`

0 commit comments

Comments
 (0)