Skip to content

Commit e132598

Browse files
committed
Fix signature for ImplicitDiscreteAliasSpecifier
1 parent 82b5fed commit e132598

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/problems/implicit_discrete_problems.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ function ConstructionBase.constructorof(::Type{P}) where {P <: ImplicitDiscreteP
132132
end
133133

134134
@doc doc"""
135-
DiscreteAliasSpecifier(;alias_p = nothing, alias_f = nothing, alias_u0 = nothing, alias = nothing)
135+
ImplicitDiscreteAliasSpecifier(;alias_p = nothing, alias_f = nothing, alias_u0 = nothing, alias = nothing)
136136
137137
Holds information on what variables to alias
138138
when solving an ODE. Conforms to the AbstractAliasSpecifier interface.

0 commit comments

Comments
 (0)