Skip to content

Commit

Permalink
format: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ven-k committed Mar 14, 2024
1 parent 55dbc45 commit d145122
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Blocks/continuous.jl
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Initial value of integrator state ``x`` can be set with `x`
# Unknowns:
- `x`: Unknown of Integrator (with inital guess of 0.0)
- `x`: Unknown of Integrator (with initial guess of 0.0)
"""
@mtkmodel Integrator begin
@extend u, y = siso = SISO()
Expand Down Expand Up @@ -55,7 +55,7 @@ A smaller `T` leads to a more ideal approximation of the derivative.
# Unknowns:
- `x`: Unknown of Derivative (with inital guess of 0.0)
- `x`: Unknown of Derivative (with initial guess of 0.0)
# Connectors:
Expand Down

0 comments on commit d145122

Please sign in to comment.