Skip to content

Commit 12652a5

Browse files
authored
Typo correction
1 parent 4c20852 commit 12652a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/tutorials/optimization.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ nothing; # hide
9292

9393
### Explanation
9494

95-
Equality and inequality constraints can be added to the `OptimizationSystem`. An equality constraint can be specified via and `Equation`, e.g., `x^2 + y^2 ~ 1`. While inequality constraints via an `Inequality`, e.g., `x^2 + y^2 ≲ 1`. The syntax is here `\lesssim` and `\gtrsim`.
95+
Equality and inequality constraints can be added to the `OptimizationSystem`. An equality constraint can be specified via an `Equation`, e.g., `x^2 + y^2 ~ 1`. While inequality constraints via an `Inequality`, e.g., `x^2 + y^2 ≲ 1`. The syntax is here `\lesssim` and `\gtrsim`.
9696

9797
## Nested Systems
9898

0 commit comments

Comments
 (0)