Skip to content

Commit ae95e68

Browse files
Merge pull request BehaviorTree#704 from nzlz/patch-1
typo
2 parents 557dbc0 + abcfe7d commit ae95e68

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)