Skip to content

Commit f88efc5

Browse files
authored
Merge pull request #3778 from jordijs/patch-3
missing comma
2 parents a7c42c6 + 917073a commit f88efc5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/9/en/part9b.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -510,7 +510,7 @@ Create an npm script for running the program with the command *npm run calculate
510510

511511
Create the code of this exercise in file *exerciseCalculator.ts*.
512512

513-
Write a function *calculateExercises* that calculates the average time of *daily exercise hours* compares it to the *target amount* of daily hours and returns an object that includes the following values:
513+
Write a function *calculateExercises* that calculates the average time of *daily exercise hours*, compares it to the *target amount* of daily hours and returns an object that includes the following values:
514514

515515
- the number of days
516516
- the number of training days

0 commit comments

Comments
 (0)