Skip to content

Commit aad7537

Browse files
authored
Update docs/src/developer/defining_a_new_set.md
1 parent 68a4e2a commit aad7537

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/developer/defining_a_new_set.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ t = \max(f_1(x), f_2(x), \ldots, f_N(x))
2525
The first step to design a new set for MathOptInterface is to define the
2626
mathematical relationship you want to model as a _function-in-set_ $f(x) \in S$.
2727

28-
Your inital thought for representing the _LinMax_ constraint in MathOptInterface
28+
Your initial thought for representing the _LinMax_ constraint in MathOptInterface
2929
may be to represent it as:
3030
```math
3131
F(x) \in LinMax(t)

0 commit comments

Comments
 (0)