Skip to content

Commit abcfe7d

Browse files
authored
fix typo
1 parent 557dbc0 commit abcfe7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/t04_reactive_sequence.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ int main()
6565

6666
// The main difference that you should notice is:
6767
// 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()
68+
// 2) When ReactiveSequence is used, BatteryOK is executed at __each__ tick()
6969

7070
for (auto& xml_text : {xml_text_sequence, xml_text_reactive})
7171
{

0 commit comments

Comments
 (0)