Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dziegel authored Aug 23, 2024
1 parent b1261bb commit 89af8ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ The predefined HeapAllocator is simply an allocator based on std::pmr::new_delet
switch (event)
{
case EEvent::kGo1:
return TransitionTo(kState2, &Fsm::Impl::State2ToState1Action);
return TransitionTo(kState1, &Fsm::Impl::State2ToState1Action);
default:
return UnhandledEvent();
}
Expand Down

0 comments on commit 89af8ea

Please sign in to comment.