Skip to content

Commit 8ce8452

Browse files
authored
Typo fix in docstring of set_upper_bound (#3011)
1 parent 76037e9 commit 8ce8452

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/variables.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -629,7 +629,7 @@ function _upper_bound_index(v::VariableRef)
629629
end
630630

631631
"""
632-
set_upper_bound(v::VariableRef,upper::Number)
632+
set_upper_bound(v::VariableRef, upper::Number)
633633
634634
Set the upper bound of a variable. If one does not exist, create an upper bound
635635
constraint.

0 commit comments

Comments
 (0)