Skip to content

Commit ec2cc20

Browse files
authored
Fix typo "in" to "is" (#2662)
1 parent 1dfa09a commit ec2cc20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exercises/concept/appointment-time/.docs/introduction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ This exercise focusses on `Date`, which will remain relevant until the end of Ja
1717

1818
## Creation
1919

20-
A `Date` object in an instance of the `Date` class.
20+
A `Date` object is an instance of the `Date` class.
2121
It can be created without passing any arguments to the constructor function.
2222
This results in a `Date` object that represents the current date and time:
2323

0 commit comments

Comments
 (0)