Skip to content

Commit 3526605

Browse files
committed
fix typo
1 parent 3250703 commit 3526605

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
@@ -210,7 +210,7 @@ Overall, we look for step size, that provides _enough decrease_, see
210210
* `initial_stepsize=1.0`: specify an initial step size
211211
* `initial_guess=`[`ArmijoInitialGuess`](@ref): Compute the initial step size of
212212
a line search based on this function.
213-
The funtion required is `(p,s,k,l) -> α` and computes the initial step size ``α``
213+
The function required is `(p,s,k,l) -> α` and computes the initial step size ``α``
214214
based on a [`AbstractManoptProblem`](@ref) `p`, [`AbstractManoptSolverState`](@ref) `s`,
215215
the current iterate `k` and a last step size `l`.
216216
$(_var(:Keyword, :retraction_method))

0 commit comments

Comments
 (0)