Skip to content

Commit 44fdb61

Browse files
odowblegat
andauthored
Update src/Utilities/model.jl
Co-authored-by: Benoît Legat <[email protected]>
1 parent 73cec03 commit 44fdb61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Utilities/model.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -340,7 +340,7 @@ function MOI.add_constraint(
340340
) where {S<:MOI.AbstractScalarSet}
341341
# We check supports_constraint here because it is a common practice for
342342
# AbstractModels to declare that they do not support particular constraints,
343-
# evenn though the underlying `.constraints` object does. See, for example,
343+
# even though the underlying `.constraints` object does. See, for example,
344344
# the various models in MOI.FileFormats.
345345
if !MOI.supports_constraint(model, MOI.VariableIndex, S)
346346
throw(MOI.UnsupportedConstraint{MOI.VariableIndex,S}())

0 commit comments

Comments
 (0)