Skip to content

Commit

Permalink
Update equations.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisRackauckas authored Feb 22, 2024
1 parent 9da6cc7 commit 89d34b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/equations.jl
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ Base.@kwdef struct Transition{A, B, C} <: StateMachineOperator
priority)
end
end
function Base.:(==)(transtion1::Transition, transition2::Transition)
function Base.:(==)(transition1::Transition, transition2::Transition)
transition1.from == transition2.from &&
transition1.to == transition2.to &&
isequal(transition1.cond, transition2.cond) &&
Expand Down

0 comments on commit 89d34b6

Please sign in to comment.