Skip to content

Commit f35d0bc

Browse files
authored
Fix the docstring of hessian_objective_structure (#2164)
1 parent 7ca79ec commit f35d0bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/nlp.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ function hessian_objective_structure end
231231
232232
Returns a vector of tuples, `(row, column)`, where each indicates the position
233233
of a structurally nonzero element in the Hessian matrix:
234-
``nabla^2 g_i(x)``.
234+
``\\nabla^2 g_i(x)``.
235235
236236
The indices are not required to be sorted and can contain duplicates, in which
237237
case the solver should combine the corresponding elements by adding them

0 commit comments

Comments
 (0)