Skip to content

Commit c4f4d5a

Browse files
authored
Merge pull request #194 from HectorBlisS/find-longest-word-fix
find-longest-word-little-fix
2 parents 15495ac + 06735af commit c4f4d5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ Define a function `maxOfTwoNumbers` that takes two numbers as arguments and retu
9393

9494
## Finding Longest Word
9595

96-
Write a function `findLongestWord` that takes an array of words and returns the length of the longest one. If there are 2 with the same length, it should return the first occurrence.
96+
Write a function `findLongestWord` that takes an array of words and returns the longest one. If there are 2 with the same length, it should return the first occurrence.
9797

9898
**Starter Code**
9999

0 commit comments

Comments
 (0)