Skip to content

Commit 2948c23

Browse files
authored
Fix typo
1 parent bc6bb0a commit 2948c23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ExplainableBT.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// ExplainableBT class contains all the proposed algorithms in the paper.
33
// The only input needed is a behavior tree. Please refer to
44
// https://www.behaviortree.dev/ to get familiar with it.
5-
// Please use our fork https://github.com/uml-robotics/BehaviorTree.CPP asked
5+
// Please use our fork https://github.com/uml-robotics/BehaviorTree.CPP because
66
// it contains modifications that make the algorithms easy to reason about.
77
// You should also be familiar with ROS.
88

0 commit comments

Comments
 (0)