Skip to content

Commit

Permalink
Typo fix detected by Vale
Browse files Browse the repository at this point in the history
  • Loading branch information
blegat committed Jul 31, 2024
1 parent 0fc97ba commit 6a1053a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Bridges/Variable/bridges/set_dot.jl
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ function MOI.Bridges.map_function(bridge::DotProductsBridge{T}, func) where {T}
end

# This returns `true` by default for `SetMapBridge`
# but is is not supported for this bridge because `inverse_map_function`
# but it is not supported for this bridge because `inverse_map_function`
# is not implemented
function MOI.supports(
::MOI.ModelLike,
Expand Down

0 comments on commit 6a1053a

Please sign in to comment.