Skip to content

Commit 8b57f51

Browse files
Merge pull request SciML#4276 from MagicMuscleMan/patch-1
Fix typo in optimization tutorial documentation
2 parents 6448542 + f29f2d8 commit 8b57f51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/tutorials/optimization.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ scatter!([u_opt[1]], [u_opt[2]], ms = 10, label = "minimum")
7070

7171
## Rosenbrock Function with Constraints
7272

73-
ModelingToolkit is also capable of handing more complicated constraints than box constraints.
73+
ModelingToolkit is also capable of handling more complicated constraints than box constraints.
7474
Non-linear equality and inequality constraints can be added to the `OptimizationSystem`.
7575
Let's add an inequality constraint to the previous example:
7676

0 commit comments

Comments
 (0)