We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b19883b commit b23dad6Copy full SHA for b23dad6
1 file changed
src/types.jl
@@ -195,7 +195,7 @@ It has the following fields:
195
mutable struct Model{T}
196
objective::Union{Nothing,Expression{T}}
197
# Vector residual for nonlinear least-squares objectives. When set, callers
198
- # can query its value, J*v, J'*v, etc. via the evaluator.
+ # can query its value, `J*v`, `J'*v`, etc. via the evaluator.
199
residual::Union{Nothing,Expression{T}}
200
expressions::Vector{Expression{T}}
201
constraints::OrderedCollections.OrderedDict{ConstraintIndex,Constraint{T}}
0 commit comments