mirror of
https://github.com/smyalygames/kahoot-challenge-2025.git
synced 2025-05-18 09:14:15 +02:00
docs: fix typo
This commit is contained in:
parent
5fffaa6e45
commit
175f6edb30
@ -29,9 +29,9 @@ public class Main {
|
||||
}
|
||||
|
||||
/**
|
||||
* Totals up the amount of times an email domain occured in the list.
|
||||
* Totals up the amount of times an email domain occurred in the list.
|
||||
* @param emails A list of emails
|
||||
* @return A map of email domains and the total amount of times they occured in the <code>emails</code> parameter
|
||||
* @return A map of email domains and the total amount of times they occurred in the <code>emails</code> parameter
|
||||
*/
|
||||
private static Map<String, Integer> getDomainTotal(List<String> emails) {
|
||||
// Create a map of all email address domains and counting them
|
||||
|
Loading…
x
Reference in New Issue
Block a user