Skip to content

Commit 0c0eecf

Browse files
Added missing 't' in word "element"
"elemen" --> "element"
1 parent da71f5b commit 0c0eecf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

assignments/7-sorting.md

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

88
## Easy
99
- [Merge Sorted Array](https://leetcode.com/problems/merge-sorted-array/)
10-
- [Majority Elemen](https://leetcode.com/problems/majority-element/)
10+
- [Majority Element](https://leetcode.com/problems/majority-element/)
1111
- [Contains Duplicate](https://leetcode.com/problems/contains-duplicate/)
1212
- [Missing Number](https://leetcode.com/problems/missing-number/)
1313
- [Intersection of Two Arrays](https://leetcode.com/problems/intersection-of-two-arrays/)

0 commit comments

Comments
 (0)