Skip to content

Commit 2dc72b8

Browse files
authored
Merge pull request kodecocodes#290 from kennybatista/patch-1
Fixed spelling mistake in the ReadMe.md
2 parents d55a224 + 8a5c49a commit 2dc72b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Trie/ReadMe.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ A `Trie`, (also known as a prefix tree, or radix tree in some other implementati
66

77
![A Trie](images/trie.png)
88

9-
Storing the English language is a primary use case for a `Trie`. Each node in the `Trie` would representing a single character of a word. A series of nodes then make up a word.
9+
Storing the English language is a primary use case for a `Trie`. Each node in the `Trie` would represent a single character of a word. A series of nodes then make up a word.
1010

1111
## Why a Trie?
1212

0 commit comments

Comments
 (0)