Skip to content

Commit ffbcd9a

Browse files
HasanAliKaracadonnemartin
authored andcommitted
Fix wording in call center solution (donnemartin#197)
1 parent f5dde5f commit ffbcd9a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

solutions/object_oriented_design/call_center/call_center.ipynb

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@
2424
" * Operator, supervisor, director\n",
2525
"* Can we assume operators always get the initial calls?\n",
2626
" * 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",
27+
"* If there is no available operators or the operator can't handle the call, does the call go to the supervisors?\n",
2828
" * Yes\n",
29-
"* If there is no free supervisors or the supervisor can't handle the call, does the call go to the directors?\n",
29+
"* If there is no available supervisors or the supervisor can't handle the call, does the call go to the directors?\n",
3030
" * Yes\n",
3131
"* Can we assume the directors can handle all calls?\n",
3232
" * Yes\n",

0 commit comments

Comments
 (0)