Skip to content

Commit b0ee448

Browse files
committed
fix typo
1 parent 4f1f951 commit b0ee448

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/dual.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -825,7 +825,7 @@ Base.:*(m::Union{LowerTriangular{<:LinearAlgebra.BlasFloat},
825825
UpperTriangular{<:LinearAlgebra.BlasFloat},
826826
Matrix{<:LinearAlgebra.BlasFloat}},
827827
x::AbstractVecOrMat{<:Dual}) =
828-
_map_dual_components(Base.Fix1(lmul!, m), (x, _) -> ldiv!(m, x), x)
828+
_map_dual_components(Base.Fix1(lmul!, m), (x, _) -> lmul!(m, x), x)
829829

830830
###################
831831
# Pretty Printing #

0 commit comments

Comments
 (0)