Skip to content

Commit

Permalink
minor fix in the docs
Browse files Browse the repository at this point in the history
  • Loading branch information
pogudingleb committed Aug 18, 2024
1 parent 0e6316b commit 1115554
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/tutorials/discrete_time.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ eqs = [
R(k) ~ R(k - 1) + α * I(k - 1),
]
@mtkbuild sys = DiscreteSystem(eqs, t)
@named sys = DiscreteSystem(eqs, t)
assess_local_identifiability(sys, measured_quantities = [I])
```
Expand Down

0 comments on commit 1115554

Please sign in to comment.