Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/systems/alias_elimination.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
Loading