Skip to content

Commit 5f4dc2a

Browse files
committed
readme
1 parent becc47b commit 5f4dc2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ bst.insert(20);
5454

5555
gets the root node
5656
```javascript
57-
console.log(bst.root().getValue()); // 90
57+
console.log(bst.root().getValue()); // 50
5858
```
5959

6060
**.min()**

0 commit comments

Comments
 (0)