We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ebfb3ed commit a1284f0Copy full SHA for a1284f0
exercises/concept/booking-up-for-beauty/.docs/instructions.md
@@ -49,5 +49,5 @@ Implement the `AppointmentScheduler.getAnniversaryDate()` method that returns th
49
```java
50
AppointmentScheduler scheduler = new AppointmentScheduler();
51
scheduler.getAnniversaryDate()
52
-// => LocalDate.of(2023, 9, 15)
+// => LocalDate.of(<current year>, 9, 15)
53
```
0 commit comments