We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca2e34b commit 16aad36Copy full SHA for 16aad36
docs/src/examples/optimal_control/feedback_control.md
@@ -88,5 +88,5 @@ result_univ = Optimization.solve(optprob, PolyOpt(), callback = cb)
88
```
89
90
```@example udeneuralcontrol
91
-cb(result_univ, result_univ.minimum; makeplot=true)
92
-```
+cb(result_univ, result_univ.minimum; makeplot = true)
+```
0 commit comments