Skip to content

Commit c2f2b71

Browse files
Update src/R2N.jl
Co-authored-by: Dominique <[email protected]>
1 parent ec0caaa commit c2f2b71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/R2N.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ The Hessian is accessed as an abstract operator and need not be the exact Hessia
3434
* `subsolver`: the procedure used to compute a step (`R2DH`, `R2` or `PG`)
3535
* `subsolver_options::ROSolverOptions`: default options to pass to the subsolver (default: all defaut options)
3636
* `selected::AbstractVector{<:Integer}`: subset of variables to which `h` is applied (default `1:nlp.meta.nvar`).
37-
* `Mmonotone::Int`: number of previous values of the objective to consider for the non-monotonicity variant (default: 0).
37+
* `Mmonotone::Int`: number of previous values of the objective to consider for the non-monotone variant (default: 0).
3838
3939
### Return values
4040

0 commit comments

Comments
 (0)