Skip to content

Commit e05c32f

Browse files
committed
Fix the annoying typo in Trie.md
1 parent 45a7b79 commit e05c32f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: en/Data Structures/Tries/trie.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ The above representation is called a trie.
6060

6161
## Defining a node class for the elements of the trie
6262

63-
To start building a trie, you first need to define a node with the revelant attributes needed for any trie.
63+
To start building a trie, you first need to define a node with the relevant attributes needed for any trie.
6464

6565
```
6666
class Node:

0 commit comments

Comments
 (0)