Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

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‎

Lines changed: 1 addition & 1 deletion
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)

AltStyle によって変換されたページ (->オリジナル) /