Skip to content

Commit 14ce3f1

Browse files
committed
Add a comment
1 parent 34c26b7 commit 14ce3f1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/LinearAlgebra.jl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -369,6 +369,8 @@ end
369369
Return the `Symbol` corresponding the `uplo` by checking for validity.
370370
"""
371371
function sym_uplo(uplo::Char)
372+
# This method is called by other packages, and isn't used within LinearAlgebra
373+
# It's retained here for backward compatibility.
372374
if uplo == 'U'
373375
return :U
374376
elseif uplo == 'L'

0 commit comments

Comments
 (0)