Skip to content

Commit 704c001

Browse files
authored
Update constraints.jl
1 parent 04d78ea commit 704c001

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
@@ -179,7 +179,7 @@ as_vector(x::Vector{T}) where {T<:ctNumber} = x
179179
# GETTERS
180180
# ------------------------------------------------------------------------------ #
181181

182-
# From ContraintsModel
182+
# From ConstraintsModel
183183
constraint(ocp::Model, label::Symbol)::Tuple = ocp.constraints.dict[label]
184184

185185
(

0 commit comments

Comments
 (0)