Skip to content

Commit 4fda91d

Browse files
committed
doc: minor correction
1 parent c59485e commit 4fda91d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/src/manual/mtk.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@ the last section.
2222
as a basic starting template to combine both packages. There is no guarantee that it
2323
will work for all corner cases.
2424

25+
!!! compat
26+
The example relies on features and bugfixes of `ModelingToolkit.jl` v9.50.
27+
2528
We first construct and instantiate the pendulum model:
2629

2730
```@example 1
@@ -105,9 +108,6 @@ vu, vy = ["\$τ\$ (Nm)"], ["\$θ\$ (°)"]
105108
nothing # hide
106109
```
107110

108-
!!! compat
109-
The example relies on features and bugfixes of `ModelingToolkit.jl` v9.50.
110-
111111
A [`NonLinModel`](@ref) can now be constructed:
112112

113113
```@example 1

0 commit comments

Comments
 (0)