Skip to content

Commit cdfb406

Browse files
committed
Fix typo
1 parent 50f2d84 commit cdfb406

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exercises/datastructures.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Write a method called `mostFrequentElement` that takes an ArrayList of Integers
2424

2525
**Bonus Challenge**
2626

27-
What needs to be changed to make it work on an array of Strings.
27+
What needs to be changed to make this work on an array of Strings?
2828

2929
####3. Pod HashMap
3030

0 commit comments

Comments
 (0)