Skip to content

Commit

Permalink
Update src/variables.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
odow authored Sep 20, 2023
1 parent 7c4a634 commit 97145bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/variables.jl
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@ function Base.showerror(io::IO, err::VariableNotOwned)
@objective(model2, Min, x) # Errors because x belongs to `model`
```
The most common cause of this error is working with a main problem and a
One common cause of this error is working with a main problem and a
subproblem.
```julia
Expand Down

0 comments on commit 97145bd

Please sign in to comment.