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 28, 2024
1 parent 668bc50 commit d406551
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 @@ -389,7 +389,7 @@ Example:

fsm_.on_recall_deferred_events_ = [this](Fsm::StateRef)
{
for (auto& event : deferred_events)
for (auto& event : std::ranges::reverse_view(deferred_events))
{
fsm_.React(event);
}
Expand Down

0 comments on commit d406551

Please sign in to comment.