We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 557dbc0 + abcfe7d commit ae95e68Copy full SHA for ae95e68
examples/t04_reactive_sequence.cpp
@@ -65,7 +65,7 @@ int main()
65
66
// The main difference that you should notice is:
67
// 1) When Sequence is used, the ConditionNode is executed only __once__ because it returns SUCCESS.
68
- // 2) When ReaciveSequence is used, BatteryOK is executed at __each__ tick()
+ // 2) When ReactiveSequence is used, BatteryOK is executed at __each__ tick()
69
70
for (auto& xml_text : {xml_text_sequence, xml_text_reactive})
71
{
0 commit comments