diff --git a/src/systems/alias_elimination.jl b/src/systems/alias_elimination.jl index 489c639c5c..c1bf1ba77d 100644 --- a/src/systems/alias_elimination.jl +++ b/src/systems/alias_elimination.jl @@ -491,7 +491,7 @@ end """ $TYPEDSIGNATURES -Create a parameter reprsenting the value of `var` at `t = 0`. Requires that `var` is +Create a parameter representing the value of `var` at `t = 0`. Requires that `var` is of the form `x(t)` or `x(t)[i, j, ...]`. """ function __create_t0_parameter_for(var::SymbolicT)