Skip to content

Commit

Permalink
Update docs/src/manual/variables.md
Browse files Browse the repository at this point in the history
  • Loading branch information
odow authored Jun 26, 2023
1 parent 145c52c commit 1661808
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/manual/variables.md
Original file line number Diff line number Diff line change
Expand Up @@ -1230,7 +1230,7 @@ julia> y = Union{VariableRef,AffExpr}[
j > i ? first(keys(x[i, j].terms)) : x[i, j]
for i in 1:size(x, 1), j in 1:size(x, 2)
]
2×2 Matrix{Union{AffExpr, VariableRef}}:
2×2 Matrix{Union{VariableRef, AffExpr}}:
0 x[1,2]
-x[1,2] 0
Expand Down

0 comments on commit 1661808

Please sign in to comment.