Skip to content
This repository was archived by the owner on Feb 10, 2021. It is now read-only.

Commit b35e884

Browse files
committed
Fix typo in AccountAnalytics.java
1 parent 6004f65 commit b35e884

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

account-analytics/src/main/java/com.bobocode/AccountAnalytics.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,9 @@ public Map<String, List<Account>> groupAccountsByEmailDomain() {
6060
}
6161

6262
/**
63-
* Returns a number of letters in all fist names.
63+
* Returns a number of letters in all first and last names.
6464
*
65-
* @return total number of letters of first names of all accounts
65+
* @return total number of letters of first and last names of all accounts
6666
*/
6767
public int getNumOfLettersInFirstAndLastNames() {
6868
throw new UnsupportedOperationException("It's your job to implement this method"); // todo

0 commit comments

Comments
 (0)