Skip to content

Commit 58b65b3

Browse files
authored
Docs: BT_basics fix typo (#337)
1 parent 16763c8 commit 58b65b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/BT_basics.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ and propagates through the tree until it reaches a leaf node.
1717
to complete.
1818

1919
- If a TreeNode has one or more children, it is in charge for ticking
20-
them, based on its state, external parameters or the resulkt of the
20+
them, based on its state, external parameters or the result of the
2121
previous sibling.
2222

2323
- The __LeafNodes__, those TreeNodes which don't have any children,

0 commit comments

Comments
 (0)