Skip to content

Commit

Permalink
Fix one further typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
kellertuer committed Oct 20, 2023
1 parent 0cd634d commit a01f37e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/manifolds/FixedRankMatrices.jl
Original file line number Diff line number Diff line change
Expand Up @@ -493,7 +493,7 @@ end
@doc raw"""
inverse_retract(M, p, q, ::OrthographicInverseRetraction)
Compute the OrthographicInverseRetraction [`FixedRankMatrices`](@ref) `M` by computing
Compute the orthographic inverse retraction [`FixedRankMatrices`](@ref) `M` by computing
```math
X = P_{T_{p}M}(q - p) = qVV^\mathrm{T} + UU^{\mathrm{T}}q - UU^{\mathrm{T}}qVV^{\mathrm{T}} - p,
Expand Down

0 comments on commit a01f37e

Please sign in to comment.