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 fe7da52 commit 27d5dfeCopy full SHA for 27d5dfe
docs/src/basics/FAQ.md
@@ -228,7 +228,7 @@ using ModelingToolkit: t_nounits as t, D_nounits as D
228
sts = @variables x1(t) = 0.0
229
eqs = [D(x1) ~ 1.1 * x1]
230
@mtkbuild sys = ODESystem(eqs, t)
231
-prob = ODEProblem{false}(sys, [], (0, 1); u0_constructor = x->SVector(x...))
+prob = ODEProblem{false}(sys, [], (0, 1); u0_constructor = x -> SVector(x...))
232
```
233
234
## Using a custom independent variable
0 commit comments