소스 검색

Fix wording in call center solution (#197)

Ali 6 년 전
부모
커밋
ffbcd9a381
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      solutions/object_oriented_design/call_center/call_center.ipynb

+ 2 - 2
solutions/object_oriented_design/call_center/call_center.ipynb

@@ -24,9 +24,9 @@
     "    * Operator, supervisor, director\n",
     "* Can we assume operators always get the initial calls?\n",
     "    * Yes\n",
-    "* 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",
     "    * Yes\n",
-    "* 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",
     "    * Yes\n",
     "* Can we assume the directors can handle all calls?\n",
     "    * Yes\n",