Skip to content

Commit

Permalink
Format
Browse files Browse the repository at this point in the history
  • Loading branch information
hersle committed Jul 16, 2024
1 parent fe7da52 commit 27d5dfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/basics/FAQ.md
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ using ModelingToolkit: t_nounits as t, D_nounits as D
sts = @variables x1(t) = 0.0
eqs = [D(x1) ~ 1.1 * x1]
@mtkbuild sys = ODESystem(eqs, t)
prob = ODEProblem{false}(sys, [], (0, 1); u0_constructor = x->SVector(x...))
prob = ODEProblem{false}(sys, [], (0, 1); u0_constructor = x -> SVector(x...))
```

## Using a custom independent variable
Expand Down

0 comments on commit 27d5dfe

Please sign in to comment.