Skip to content

Commit d7f15c7

Browse files
fix missing slashes (#45)
1 parent 104d0f0 commit d7f15c7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/tutorial-basics/tutorial_07_multiple_xml.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ Let's consider a file **main_tree.xml** that should include the other 2 files:
4747
// highlight-end
4848
</Sequence>
4949
</BehaviorTree>
50-
<root>
50+
</root>
5151
```
5252

5353
To load multiple files manually:
@@ -120,7 +120,7 @@ to include into the XML itself, you can modify **main_tree.xml** as shown below:
120120
<SubTree ID="SubTreeB" />
121121
</Sequence>
122122
</BehaviorTree>
123-
<root>
123+
</root>
124124
```
125125
126126
As you may notice, we included two relative paths in **main_tree.xml**

0 commit comments

Comments
 (0)