Skip to content

Commit a33d28b

Browse files
committed
Fix a typo.
1 parent ee3d9c0 commit a33d28b

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

src/plans/conjugate_gradient_plan.jl

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1113,13 +1113,12 @@ This includes the HS-DY and FR-PRP hybrid parameters introduced in [SakaiIiduka:
11131113
11141114
## Input
11151115
1116-
* `args...` : CG coefficients of type [`DirectionUpdateRule`](@ref) or a corresponding
1117-
[`ManifoldDefaultsFactory`](@ref) to produce such a rule, of which the minimum is taken in the
1116+
* `args...` : CG coefficients of type [`DirectionUpdateRule`](@ref) or a corresponding [`ManifoldDefaultsFactory`](@ref) to produce such a rule, of which the minimum is taken in the
11181117
hybrid rule
11191118
11201119
## Keyword arguments
11211120
1122-
* `lower_bound=[`SteepestDescentCoefficient`](@ref)`()` : a lower bound [`DirectionUpdateRule`](@ref) or a corresponding
1121+
* `lower_bound=`[`SteepestDescentCoefficient`](@ref)`()` : a lower bound [`DirectionUpdateRule`](@ref) or a corresponding
11231122
[`ManifoldDefaultsFactory`](@ref) for the resulting value of `β`
11241123
* `lower_bound_scale=1.0` : a scalar to multiply the lower bound coefficient by.
11251124

0 commit comments

Comments
 (0)