Skip to content

Commit 9069e52

Browse files
authored
Update src/Utilities/model.jl
1 parent 44fdb61 commit 9069e52

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
@@ -317,7 +317,7 @@ function MOI.add_constraint(
317317
) where {F<:MOI.AbstractFunction,S<:MOI.AbstractSet}
318318
# We check supports_constraint here because it is a common practice for
319319
# AbstractModels to declare that they do not support particular constraints,
320-
# evenn though the underlying `.constraints` object does. See, for example,
320+
# even though the underlying `.constraints` object does. See, for example,
321321
# the various models in MOI.FileFormats.
322322
if !MOI.supports_constraint(model, F, S)
323323
throw(MOI.UnsupportedConstraint{F,S}())

0 commit comments

Comments
 (0)