We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5dde5f commit ffbcd9aCopy full SHA for ffbcd9a
solutions/object_oriented_design/call_center/call_center.ipynb
@@ -24,9 +24,9 @@
24
" * Operator, supervisor, director\n",
25
"* Can we assume operators always get the initial calls?\n",
26
" * Yes\n",
27
- "* If there is no free operators or the operator can't handle the call, does the call go to the supervisors?\n",
+ "* If there is no available operators or the operator can't handle the call, does the call go to the supervisors?\n",
28
29
- "* If there is no free supervisors or the supervisor can't handle the call, does the call go to the directors?\n",
+ "* If there is no available supervisors or the supervisor can't handle the call, does the call go to the directors?\n",
30
31
"* Can we assume the directors can handle all calls?\n",
32
0 commit comments