We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2aad40b commit 894e1b5Copy full SHA for 894e1b5
1-js/05-data-types/11-date/article.md
@@ -69,7 +69,7 @@ To create a new `Date` object call `new Date()` with one of the following argume
69
new Date(2011, 0, 1); // the same, hours etc are 0 by default
70
```
71
72
- The minimal precision is 1 ms (1/1000 sec):
+ The maximal precision is 1 ms (1/1000 sec):
73
74
```js run
75
let date = new Date(2011, 0, 1, 2, 3, 4, 567);
0 commit comments