Skip to content

Commit 94efb41

Browse files
Correct alias elimination docstring typo
Co-Authored-By: Chris Rackauckas <accounts@chrisrackauckas.com>
1 parent 34ee918 commit 94efb41

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/systems/alias_elimination.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -491,7 +491,7 @@ end
491491
"""
492492
$TYPEDSIGNATURES
493493
494-
Create a parameter reprsenting the value of `var` at `t = 0`. Requires that `var` is
494+
Create a parameter representing the value of `var` at `t = 0`. Requires that `var` is
495495
of the form `x(t)` or `x(t)[i, j, ...]`.
496496
"""
497497
function __create_t0_parameter_for(var::SymbolicT)

0 commit comments

Comments
 (0)