Skip to content

Commit

Permalink
Merge pull request #704 from nzlz/patch-1
Browse files Browse the repository at this point in the history
typo
  • Loading branch information
facontidavide committed Nov 29, 2023
2 parents 557dbc0 + abcfe7d commit ae95e68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/t04_reactive_sequence.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ int main()

// The main difference that you should notice is:
// 1) When Sequence is used, the ConditionNode is executed only __once__ because it returns SUCCESS.
// 2) When ReaciveSequence is used, BatteryOK is executed at __each__ tick()
// 2) When ReactiveSequence is used, BatteryOK is executed at __each__ tick()

for (auto& xml_text : {xml_text_sequence, xml_text_reactive})
{
Expand Down

0 comments on commit ae95e68

Please sign in to comment.