Skip to content

Commit f568141

Browse files
author
Alex Robson
committed
Small change to retrigger CI
1 parent 07c905e commit f568141

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/functions_linearalgebra.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ end
139139

140140
# Specialised routines for \ often do in-place ops that result in the nameddim populated from B
141141
# Leading to an incorrect named-dim
142-
# We use unname here because that handles wrapper types
142+
# We also unname here because that handles wrapper types
143143
for S in (UpperTriangular, LowerTriangular)
144144
@eval begin
145145
function LinearAlgebra.:\(A::$S{T,<:NamedDimsArray{L}}, B::AbstractVector) where {L,T}

0 commit comments

Comments
 (0)