Skip to content

Commit 63baead

Browse files
authored
Merge pull request kodecocodes#453 from jawwad/patch-1
Fix alignment by adding an additional tab
2 parents 2c51d13 + 3f15649 commit 63baead

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)