Skip to content

Commit ded3433

Browse files
committed
fix cross ref
1 parent fa7ba81 commit ded3433

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/constraints.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ end
234234
name::String = ""
235235
)::DisjunctConstraintRef
236236
237-
Extend `JuMP.add_constraint` to add a [`_DisjunctConstraint`](@ref) to a [`GDPModel`](@ref).
237+
Extend `JuMP.add_constraint` to add a [`DisjunctConstraint`](@ref) to a [`GDPModel`](@ref).
238238
The constraint is added to the `GDPData` in the `.ext` dictionary of the `GDPModel`.
239239
"""
240240
function JuMP.add_constraint(

0 commit comments

Comments
 (0)