Skip to content

Commit

Permalink
Fix a mistake from rebasing
Browse files Browse the repository at this point in the history
  • Loading branch information
odow committed Sep 2, 2018
1 parent 897d32e commit 2eb8a46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/variables.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ julia> y
decision variable
```

Because `y` is a JuMP variable, we can bind it to a different value. For
Because `y` is a Julia variable, we can bind it to a different value. For
example, if we go:
```jldoctest variables
julia> y = 1
Expand Down

0 comments on commit 2eb8a46

Please sign in to comment.