Skip to content

Commit 77a1fe8

Browse files
authored
Remove spurious backticks in svdvals! docstring (#38473)
1 parent b857cd5 commit 77a1fe8

File tree

1 file changed

+0
-1
lines changed
  • stdlib/LinearAlgebra/src

1 file changed

+0
-1
lines changed

stdlib/LinearAlgebra/src/svd.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -494,7 +494,6 @@ end
494494
Return the generalized singular values from the generalized singular value
495495
decomposition of `A` and `B`, saving space by overwriting `A` and `B`.
496496
See also [`svd`](@ref) and [`svdvals`](@ref).
497-
```
498497
"""
499498
function svdvals!(A::StridedMatrix{T}, B::StridedMatrix{T}) where T<:BlasFloat
500499
# xggsvd3 replaced xggsvd in LAPACK 3.6.0

0 commit comments

Comments
 (0)