Skip to content

Commit 2ae7f2b

Browse files
jishnubtpapp
andauthored
Add valid Symbols to the docstring
Co-authored-by: Tamas K. Papp <[email protected]>
1 parent 64b254b commit 2ae7f2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bidiag.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ Bidiagonal{T}(A::Bidiagonal) where {T} = Bidiagonal{T}(A.dv, A.ev, A.uplo)
118118
"""
119119
LinearAlgebra.uplo(S::Bidiagonal)::Symbol
120120
121-
Return a `Symbol` corresponding to whether the upper or lower off-diagonal band is stored.
121+
Return a `Symbol` corresponding to whether the upper (`:U`) or lower (`:L`) off-diagonal band is stored.
122122
"""
123123
uplo(::Bidiagonal) = sym_uplo(B.uplo)
124124

0 commit comments

Comments
 (0)