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.
23
23
- The __ LeafNodes__ , those TreeNodes which don't have any children,
24
24
are the actual commands, i.e. the place where the behavior tree
25
25
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.
27
27
28
28
!!! Note
29
29
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.
63
63
64
64
65
65
In the context of __ ActionNodes__ , we may further distinguish between
66
- synschronous and asynchronous nodes.
66
+ synchronous and asynchronous nodes.
67
67
68
68
The former are executed atomically and block the tree until a SUCCESS or FAILURE is returned.
69
69
You can’t perform that action at this time.
0 commit comments