Skip to content

Commit b50d386

Browse files
Update docs/src/tutorials/cauer_low_pass_analog.md
Co-authored-by: Fredrik Bagge Carlson <baggepinnen@gmail.com>
1 parent df29058 commit b50d386

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/tutorials/cauer_low_pass_analog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ If you try and run `ODEProblem(model, (0.0, 60.0))` then you will encounter the
221221
ERROR: ArgumentError: Equations (7), states (7), and initial conditions (2) are of different lengths.
222222
```
223223

224-
This occurs because dummy derivatives where generated without defined initial values.
224+
This occurs because dummy derivatives were generated without defined initial values.
225225
Thankfully, `ModelingToolkit` provides `missing_variable_defaults` as a solution to this problem.
226226
See [ModelingToolkit FAQ](https://docs.sciml.ai/ModelingToolkit/stable/basics/FAQ/) for more information on this and other common questions.
227227

0 commit comments

Comments
 (0)