Skip to content

Commit 1115554

Browse files
committed
minor fix in the docs
1 parent 0e6316b commit 1115554

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/tutorials/discrete_time.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ eqs = [
8989
R(k) ~ R(k - 1) + α * I(k - 1),
9090
]
9191
92-
@mtkbuild sys = DiscreteSystem(eqs, t)
92+
@named sys = DiscreteSystem(eqs, t)
9393
9494
assess_local_identifiability(sys, measured_quantities = [I])
9595
```

0 commit comments

Comments
 (0)