From fd9865ed470d4635206cb4bcb6f571d770fb1650 Mon Sep 17 00:00:00 2001 From: Dmitry Shvetsov Date: Sat, 19 Dec 2020 15:20:32 +1000 Subject: [PATCH] docs: align Constraints for the parking lot exmpl Align Constraints for the parking lot example with the code that has Vehicle license plate --- .../object_oriented_design/parking_lot/parking_lot.ipynb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/solutions/object_oriented_design/parking_lot/parking_lot.ipynb b/solutions/object_oriented_design/parking_lot/parking_lot.ipynb index 4613b79b..f9f82839 100644 --- a/solutions/object_oriented_design/parking_lot/parking_lot.ipynb +++ b/solutions/object_oriented_design/parking_lot/parking_lot.ipynb @@ -29,7 +29,9 @@ " * Large spot -> Motorcycle, Car\n", " * Bus can park if we have 5 consecutive \"large\" spots\n", "* Does the parking lot have multiple levels?\n", - " * Yes" + " * Yes\n", + "* Does the parking lot should track vehicles?\n", + " * Yes, by vehicle license plate" ] }, {