Skip to content

Commit f2f483f

Browse files
committed
fix a typo.
1 parent 6e9d685 commit f2f483f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/plans/stepsize/stepsize.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ Overall, we look for step size, that provides _enough decrease_, see
205205
* `additional_increase_condition::IF=(M, p) -> true`:
206206
specify an additional criterion that has to be met to accept a step size in the (initial) increase loop
207207
* `candidate_point=allocate_result(M, rand)`:
208-
speciy a point to be used as memory for the candidate points.
208+
specify a point to be used as memory for the candidate points.
209209
* `contraction_factor=0.95`: how to update ``s`` in the decrease step
210210
* `initial_stepsize=1.0`: specify an initial step size
211211
* `initial_guess=`[`ArmijoInitialGuess`](@ref)`()`: Compute the initial step size of

0 commit comments

Comments
 (0)