Skip to content

Commit b88a4f6

Browse files
authored
Merge pull request #683 from KeithMorning/master
Fix a spelling mistake
2 parents 4f9afe7 + a51f98a commit b88a4f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ Most of the time using just the built-in `Array`, `Dictionary`, and `Set` types
145145
### Lists
146146

147147
- [Linked List](Linked%20List/). A sequence of data items connected through links. Covers both singly and doubly linked lists.
148-
- [Skip-List](Skip-List/). Skip List is a probablistic data-structure with same logarithmic time bound and efficiency as AVL/ or Red-Black tree and provides a clever compromise to efficiently support search and update operations.
148+
- [Skip-List](Skip-List/). Skip List is a probabilistic data-structure with same logarithmic time bound and efficiency as AVL/ or Red-Black tree and provides a clever compromise to efficiently support search and update operations.
149149

150150
### Trees
151151

0 commit comments

Comments
 (0)