Skip to content

Commit

Permalink
Remove spurious backticks in svdvals! docstring (JuliaLang#38473)
Browse files Browse the repository at this point in the history
  • Loading branch information
JeffFessler committed Nov 18, 2020
1 parent b857cd5 commit 77a1fe8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion stdlib/LinearAlgebra/src/svd.jl
Original file line number Diff line number Diff line change
Expand Up @@ -494,7 +494,6 @@ end
Return the generalized singular values from the generalized singular value
decomposition of `A` and `B`, saving space by overwriting `A` and `B`.
See also [`svd`](@ref) and [`svdvals`](@ref).
```
"""
function svdvals!(A::StridedMatrix{T}, B::StridedMatrix{T}) where T<:BlasFloat
# xggsvd3 replaced xggsvd in LAPACK 3.6.0
Expand Down

0 comments on commit 77a1fe8

Please sign in to comment.