Skip to content

Commit 509e63c

Browse files
odowblegat
andauthored
Update src/Utilities/promote_operation.jl
Co-authored-by: Benoît Legat <[email protected]>
1 parent 5292380 commit 509e63c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Utilities/promote_operation.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ There are five methods for which we implement `Utilities.promote_operation`:
2424
c. `promote_operation(::typeof(-), ::Type{T}, ::Type{F1}, ::Type{Vector{T}})`
2525
3. `*`
2626
a. `promote_operation(::typeof(*), ::Type{T}, ::Type{T}, ::Type{F})`
27-
b. `promote_operation(::typeof(*), ::Type{T}, ::Type{T}, ::Type{F})`
27+
b. `promote_operation(::typeof(*), ::Type{T}, ::Type{F}, ::Type{T})`
2828
c. `promote_operation(::typeof(*), ::Type{T}, ::Type{F1}, ::Type{F2})`
2929
where `F1` and `F2` are `VariableIndex` or `ScalarAffineFunction`
3030
d. `promote_operation(::typeof(*), ::Type{T}, ::Type{<:Diagonal{T}}, ::Type{F}`

0 commit comments

Comments
 (0)