Skip to content

Commit 7371ff6

Browse files
authored
Update cars-assemble tasks description (#2908)
This is to try make it clearer that the production rate should take the success rate into account.
1 parent 0bb6ea4 commit 7371ff6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ 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)

0 commit comments

Comments
 (0)