Skip to content

Commit 6a1053a

Browse files
committed
Typo fix detected by Vale
1 parent 0fc97ba commit 6a1053a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Bridges/Variable/bridges/set_dot.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ function MOI.Bridges.map_function(bridge::DotProductsBridge{T}, func) where {T}
6767
end
6868

6969
# This returns `true` by default for `SetMapBridge`
70-
# but is is not supported for this bridge because `inverse_map_function`
70+
# but it is not supported for this bridge because `inverse_map_function`
7171
# is not implemented
7272
function MOI.supports(
7373
::MOI.ModelLike,

0 commit comments

Comments
 (0)