Skip to content

Commit 9ea7d73

Browse files
committed
fix typo
1 parent 1804fbe commit 9ea7d73

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
@@ -817,7 +817,7 @@ Base.:*(m::Union{LowerTriangular{<:LinearAlgebra.BlasFloat},
817817
UpperTriangular{<:LinearAlgebra.BlasFloat},
818818
Matrix{<:LinearAlgebra.BlasFloat}},
819819
x::AbstractVecOrMat{<:Dual}) =
820-
_map_dual_components(Base.Fix1(lmul!, m), (x, _) -> ldiv!(m, x), x)
820+
_map_dual_components(Base.Fix1(lmul!, m), (x, _) -> lmul!(m, x), x)
821821

822822
###################
823823
# Pretty Printing #

0 commit comments

Comments
 (0)