Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 8358f80

Browse files
Merge pull request BehaviorTree#65 from luminize/patch-2
docs/tutorial_01_first_tree.md: fix typo
2 parents 3919520 + 6cf7f8a commit 8358f80

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/tutorial_01_first_tree.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ public:
8787
}
8888
8989
private:
90-
bool _open; // shrared information
90+
bool _open; // shared information
9191
};
9292
9393
```
@@ -100,7 +100,7 @@ We can build a `SimpleActionNode` from any of these functors:
100100

101101
## Create a tree dynamically with an XML
102102

103-
Let's consider the followinf XML file named __my_tree.xml__:
103+
Let's consider the following XML file named __my_tree.xml__:
104104

105105

106106
``` XML

0 commit comments

Comments
 (0)