Skip to content

Commit 894e1b5

Browse files
committed
minor fixes
1 parent 2aad40b commit 894e1b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ To create a new `Date` object call `new Date()` with one of the following argume
6969
new Date(2011, 0, 1); // the same, hours etc are 0 by default
7070
```
7171

72-
The minimal precision is 1 ms (1/1000 sec):
72+
The maximal precision is 1 ms (1/1000 sec):
7373

7474
```js run
7575
let date = new Date(2011, 0, 1, 2, 3, 4, 567);

0 commit comments

Comments
 (0)