Skip to content

Commit c4b2a1c

Browse files
authored
[Bridges] fix typo in comment (#2894)
1 parent 300bad6 commit c4b2a1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Bridges/bridge_optimizer.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -410,7 +410,7 @@ function MOI.Utilities.pass_nonvariable_constraints(
410410
constraint_types,
411411
)
412412
if Variable.has_bridges(Variable.bridges(dest))
413-
# The functions may contained bridged variables which needs to be
413+
# The functions may contain bridged variables which needs to be
414414
# substituted so we use the fallback.
415415
MOI.Utilities.pass_nonvariable_constraints_fallback(
416416
dest,

0 commit comments

Comments
 (0)