Skip to content

Commit b23dad6

Browse files
committed
cosmetic
1 parent b19883b commit b23dad6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/types.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ It has the following fields:
195195
mutable struct Model{T}
196196
objective::Union{Nothing,Expression{T}}
197197
# Vector residual for nonlinear least-squares objectives. When set, callers
198-
# can query its value, J*v, J'*v, etc. via the evaluator.
198+
# can query its value, `J*v`, `J'*v`, etc. via the evaluator.
199199
residual::Union{Nothing,Expression{T}}
200200
expressions::Vector{Expression{T}}
201201
constraints::OrderedCollections.OrderedDict{ConstraintIndex,Constraint{T}}

0 commit comments

Comments
 (0)