Skip to content

Commit 3f15649

Browse files
authored
Fix alignment by adding an additional tab
1 parent 2c51d13 commit 3f15649

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tree/README.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ tree.search("bubbly") // nil
153153

154154
It's also possible to describe a tree using nothing more than an array. The indices in the array then create the links between the different nodes. For example, if we have:
155155

156-
0 = beverage 5 = cocoa 9 = green
156+
0 = beverage 5 = cocoa 9 = green
157157
1 = hot 6 = soda 10 = chai
158158
2 = cold 7 = milk 11 = ginger ale
159159
3 = tea 8 = black 12 = bitter lemon

0 commit comments

Comments
 (0)