Skip to content

Commit

Permalink
Fix two typos in the docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
kellertuer committed Aug 24, 2024
1 parent f81f048 commit 04f56a5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/documentation_glossary.jl
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ define!(
:ManifoldDefaultFactory,
(type::String) -> """
!!! info
This function generates a [`ManifoldDefaultsFactory`](@ref) for [`$(type)`]()@ref).
This function generates a [`ManifoldDefaultsFactory`](@ref) for [`$(type)`](@ref).
If you do not provide a manifold, the manifold `M` later provided to (usually) generate
the corresponding [`AbstractManoptSolverState`](@ref) will be used.
This affects all arguments and keyword argumentss with defaults that depend on the manifold,
Expand Down
3 changes: 2 additions & 1 deletion src/plans/gradient_plan.jl
Original file line number Diff line number Diff line change
Expand Up @@ -547,7 +547,8 @@ function (n::NesterovRule)(mp::AbstractManoptProblem, s::AbstractGradientSolverS
end

@doc """
Nesterov()
Nesterov(; kwargs...)
Nesterov(M; kwargs...)
Assume ``f`` is ``L``-Lipschitz and ``μ``-strongly convex. Given
Expand Down

0 comments on commit 04f56a5

Please sign in to comment.