Skip to content

Commit

Permalink
Fix two typos.
Browse files Browse the repository at this point in the history
  • Loading branch information
kellertuer committed Dec 6, 2024
1 parent 7c5914c commit fb0a681
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/documentation_glossary.jl
Original file line number Diff line number Diff line change
Expand Up @@ -357,15 +357,15 @@ define!(
:grad_f,
:description,
(; M="M", p="p") ->
"the (Riemannian) gradient ``$(_tex(:grad))f``: $(_math(:M, M=M))$(_math(:TpM; M=M, p=p)) of f as a function `(M, p) -> X` or a function `(M, X, p) -> X` computing `X` in-place",
"the (Riemannian) gradient ``$(_tex(:grad))f: $(_math(:M, M=M))$(_math(:TpM; M=M, p=p))`` of f as a function `(M, p) -> X` or a function `(M, X, p) -> X` computing `X` in-place",
)

define!(
:Variable,
:Hess_f,
:description,
(; M="M", p="p") ->
"the (Riemannian) Hessian ``$(_tex(:Hess))f``: $(_math(:TpM, M=M, p=p))$(_math(:TpM; M=M, p=p)) of f as a function `(M, p, X) -> Y` or a function `(M, Y, p, X) -> Y` computing `Y` in-place",
"the (Riemannian) Hessian ``$(_tex(:Hess))f: $(_math(:TpM, M=M, p=p))$(_math(:TpM; M=M, p=p))`` of f as a function `(M, p, X) -> Y` or a function `(M, Y, p, X) -> Y` computing `Y` in-place",
)

define!(
Expand Down

0 comments on commit fb0a681

Please sign in to comment.