File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ and propagates through the tree until it reaches a leaf node.
2323 - The __ LeafNodes__ , those TreeNodes which don't have any children,
2424 are the actual commands, i.e. the place where the behavior tree
2525 interacts with the rest of the system.
26- __ Actions__ nodes are the most commond type of LeafNodes.
26+ __ Actions__ nodes are the most common type of LeafNodes.
2727
2828!!! Note
2929 The word __ tick__ will be often used as a * verb* (to tick / to be ticked) and it means
@@ -63,7 +63,7 @@ it returns SUCCESS (green) too.
6363
6464
6565In the context of __ ActionNodes__ , we may further distinguish between
66- synschronous and asynchronous nodes.
66+ synchronous and asynchronous nodes.
6767
6868The former are executed atomically and block the tree until a SUCCESS or FAILURE is returned.
6969
You can’t perform that action at this time.
0 commit comments