From c120802b5a34a4b9f84ead79887cbb2403050086 Mon Sep 17 00:00:00 2001 From: Petr Sabanov Date: Tue, 10 Jun 2025 22:11:50 +0300 Subject: [PATCH] Fix typo "in" to "is" --- exercises/concept/appointment-time/.docs/introduction.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exercises/concept/appointment-time/.docs/introduction.md b/exercises/concept/appointment-time/.docs/introduction.md index ca8b452210..93d791bcaf 100644 --- a/exercises/concept/appointment-time/.docs/introduction.md +++ b/exercises/concept/appointment-time/.docs/introduction.md @@ -17,7 +17,7 @@ This exercise focusses on `Date`, which will remain relevant until the end of Ja ## Creation -A `Date` object in an instance of the `Date` class. +A `Date` object is an instance of the `Date` class. It can be created without passing any arguments to the constructor function. This results in a `Date` object that represents the current date and time: