Skip to content

Commit e154a50

Browse files
authored
Fix typo in README.md (#5895)
1 parent bc9645c commit e154a50

File tree

1 file changed

+1
-1
lines changed
  • src/main/java/com/thealgorithms/datastructures/lists

1 file changed

+1
-1
lines changed

src/main/java/com/thealgorithms/datastructures/lists/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
## Linked List
22
### Description
33

4-
LinkedList is a data structure in which data is stored in a linear manner. It usually contains a data field and a link to the memory location of the next mode.
4+
LinkedList is a data structure in which data is stored in a linear manner. It usually contains a data field and a link to the memory location of the next node.
55

66
### Structure
77

0 commit comments

Comments
 (0)