Skip to content

Commit 74e510c

Browse files
authored
Merge pull request #4111 from diegosouzajp/patch-13
Update part4a.md
2 parents f318c7f + e592c0a commit 74e510c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/4/en/part4a.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -748,7 +748,7 @@ If there are many top bloggers, then it is enough to return any one of them.
748748
749749
#### 4.7*: Helper Functions and Unit Tests, step 5
750750
751-
Define a function called _mostLikes_ that receives an array of blogs as its parameter. The function returns the author, whose blog posts have the largest amount of likes. The return value also contains the total number of likes that the author has received:
751+
Define a function called _mostLikes_ that receives an array of blogs as its parameter. The function returns the author whose blog posts have the largest amount of likes. The return value also contains the total number of likes that the author has received:
752752
753753
```js
754754
{

0 commit comments

Comments
 (0)