Skip to content

Commit

Permalink
Update docs/src/tutorials/linear/tips_and_tricks.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
odow authored Dec 26, 2023
1 parent fad10d3 commit 806d2e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/tutorials/linear/tips_and_tricks.jl
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ model = Model();

# ## Modulo

# To model ``y = x % n``, where ``n`` is a constant modulus, we use the
# To model ``y = x \text{ mod } n``, where ``n`` is a constant modulus, we use the
# relationship ``x = n \cdot z + y``, where ``z \in \mathbb{Z}_+`` is the number
# of times that ``n`` can be divided by ``x`` and ``y`` is the remainder.

Expand Down

0 comments on commit 806d2e5

Please sign in to comment.