Skip to content

Commit 92c6ac2

Browse files
committed
update after feedback
1 parent 8bb6157 commit 92c6ac2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

exercises/concept/cars-assemble/.docs/instructions.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,14 @@ You have two tasks.
1313

1414
## 1. Calculate the production rate per hour
1515

16-
Implement the `CarsAssemble.productionRatePerHour()` method to calculate the assembly line's production rate per hour, taking into account its current assembly line's speed :
16+
Implement the `CarsAssemble.productionRatePerHour()` method to calculate the assembly line's production rate per hour, taking into account its current assembly line's speed and success rate:
1717

1818
```Java
1919
CarsAssemble.productionRatePerHour(6)
2020
// => 1193.4
2121
```
2222

23-
Note that the value returned is a `double`. You will need to take the success rate into account to get the correct result.
23+
Note that the value returned is a `double`.
2424

2525
## 2. Calculate the number of working items produced per minute
2626

0 commit comments

Comments
 (0)