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

Commit fdfb50a

Browse files
committed
Merge branch 'master' into exercise/completed
2 parents 691adf0 + b35e884 commit fdfb50a

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
@@ -71,9 +71,9 @@ public Map<String, List<Account>> groupAccountsByEmailDomain() {
7171
}
7272

7373
/**
74-
* Returns a number of letters in all fist names.
74+
* Returns a number of letters in all first and last names.
7575
*
76-
* @return total number of letters of first names of all accounts
76+
* @return total number of letters of first and last names of all accounts
7777
*/
7878
public int getNumOfLettersInFirstAndLastNames() {
7979
return accounts.stream()

0 commit comments

Comments
 (0)