Skip to content

Commit e592c0a

Browse files
authored
Update part4a.md
small comma correction
1 parent 2c84c59 commit e592c0a

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)