Skip to content

Commit 8d84f6f

Browse files
authored
Spelling error
1 parent f318731 commit 8d84f6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Binary Search Tree/README.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
A binary search tree is a special kind of [binary tree](../Binary%20Tree/) (a tree in which each node has at most two children) that performs insertions and deletions such that the tree is always sorted.
44

5-
For more iformation about a tree, [read this first](../Tree/).
5+
For more information about a tree, [read this first](../Tree/).
66

77
## "Always sorted" property
88

0 commit comments

Comments
 (0)