Skip to content

Commit b82a5bc

Browse files
authored
[skip ci] Fix typo in comment
1 parent 2819163 commit b82a5bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Utilities/functions.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -328,7 +328,7 @@ A type that allows iterating over the scalar-functions that comprise an
328328
"""
329329
struct ScalarFunctionIterator{F<:MOI.AbstractVectorFunction}
330330
f::F
331-
# Dictionaries which map output indices to their terms.
331+
# Vectors which map output indices to their terms.
332332
affine::Vector{Vector{Int}}
333333
quadratic::Vector{Vector{Int}}
334334
end

0 commit comments

Comments
 (0)