Skip to content

Commit 230c5f9

Browse files
committed
Minor documentation fix for R0.8.0.
1 parent f630b92 commit 230c5f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ As an example, the following code-snippet implements this tree structure:
4747
root_node << Tree::TreeNode.new("CHILD2", "Child2 Content")
4848

4949
# ..... Lets print the representation to stdout. This is primarily used for debugging purposes.
50-
root_node.printTree
50+
root_node.print_tree
5151

5252
# ..... Lets directly access children and grandchildren of the root. The can be "chained" for a given path to any depth.
5353
child1 = root_node["CHILD1"]

0 commit comments

Comments
 (0)