Skip to content

Commit b254c29

Browse files
authored
Fix a typo in the docstring of VectorQuadraticFunction (jump-dev#1222)
1 parent d662e85 commit b254c29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/functions.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ function VectorQuadraticTerm(
198198
end
199199

200200
"""
201-
VectorQuadraticFunction{T}(affine_terms, quadratic_terms, constant)
201+
VectorQuadraticFunction{T}(affine_terms, quadratic_terms, constants)
202202
203203
The vector-valued quadratic function with i`th` component ("output index")
204204
defined as ``\\frac{1}{2}x^TQ_ix + a_i^T x + b_i``, where:

0 commit comments

Comments
 (0)