Skip to content

Commit 2b90d97

Browse files
typo fix
1 parent 3b15802 commit 2b90d97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

problems/1701/jeremymanning.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
- `totalWait += chefBusyUntil - x` # wait until the chef is done with the current workload
1818
- Else:
1919
- `chefBusyUntil = x` # need to wait until the next customer arrives to start on their request
20-
- `totalWait += y
20+
- `totalWait += y`
2121
- `chefBusyUntil += y`
2222
- Then return `totalWait / len(customers)`
2323

0 commit comments

Comments
 (0)