From 72c10df96e52497e6cceecd8b18aedcb39479f1d Mon Sep 17 00:00:00 2001 From: lorelyne <89626636+lorelyne@users.noreply.github.com> Date: Mon, 27 Nov 2023 19:48:33 -0700 Subject: [PATCH] Update spec.md --- labs/ec/spec.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/labs/ec/spec.md b/labs/ec/spec.md index 0d7f361..041f52d 100644 --- a/labs/ec/spec.md +++ b/labs/ec/spec.md @@ -82,8 +82,8 @@ The Movie class should also have the following methods: - Default constructor and other constructors you believe you need - ticketsAreAvailable: - - This method takes in the number of tickets the user requested to purchase - - This method should return true if there are enough tickets available for purchase at this movie, and false otherwise. + - This method takes in the number of tickets the user requested to purchase + - This method should return true if there are enough tickets available for purchase at this movie, and false otherwise. - purchaseTickets: - This method should take in the number of tickets that will be purchased.