Skip to content

Commit b4396fe

Browse files
authored
fix typo in SubTree node doxygen (BehaviorTree#454)
1 parent 0d7b7c3 commit b4396fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/behaviortree_cpp/decorators/subtree_node.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ namespace BT
2424
<SubTree ID="Talk" param="World" />
2525
2626
<SetBlackboard value="Auto remapped" output_key="param" />
27-
<SubTree ID="Talk" __autoremap="1" />
27+
<SubTree ID="Talk" _autoremap="1" />
2828
2929
</Sequence>
3030
</BehaviorTree>

0 commit comments

Comments
 (0)