Skip to content

Commit

Permalink
remove double backticks
Browse files Browse the repository at this point in the history
  • Loading branch information
mlubin committed Jan 13, 2019
1 parent bd2dc05 commit 06db2a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ end
Your model doesn't have to be called `model` - it's just a name.

The following commands will create two variables, `x` and `y`, with both lower
and upper bounds. Note the first argument is our model variable ``model``. These
and upper bounds. Note the first argument is our model variable `model`. These
variables are associated with this model and cannot be used in another model.
```jldoctest quickstart_example
julia> @variable(model, 0 <= x <= 2)
Expand Down

0 comments on commit 06db2a1

Please sign in to comment.