Skip to content

Commit 78a8444

Browse files
authored
Merge pull request #645 from caspringer/patch-3
Fix comma usage
2 parents 19a6d6d + 42f0985 commit 78a8444

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

1-js/05-data-types/10-date/article.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Let's meet a new built-in object: [Date](mdn:js/Date). It stores the date, time and provides methods for date/time management.
44

5-
For instance, we can use it to store creation/modification times, or to measure time, or just to print out the current date.
5+
For instance, we can use it to store creation/modification times, to measure time, or just to print out the current date.
66

77
## Creation
88

0 commit comments

Comments
 (0)