diff --git a/exercises/concept/booking-up-for-beauty/.docs/instructions.md b/exercises/concept/booking-up-for-beauty/.docs/instructions.md index 7c0e1e0de..985e38106 100644 --- a/exercises/concept/booking-up-for-beauty/.docs/instructions.md +++ b/exercises/concept/booking-up-for-beauty/.docs/instructions.md @@ -49,5 +49,5 @@ Implement the `AppointmentScheduler.getAnniversaryDate()` method that returns th ```java AppointmentScheduler scheduler = new AppointmentScheduler(); scheduler.getAnniversaryDate() -// => LocalDate.of(2023, 9, 15) +// => LocalDate.of(, 9, 15) ```