Fixed sentence

This commit is contained in:
DouglasMV 2019-06-26 16:07:25 -03:00 committed by GitHub
parent 1e20197f91
commit 79c4023e56
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -49,7 +49,7 @@ To create a new `Date` object call `new Date()` with one of the following argume
```
`new Date(year, month, date, hours, minutes, seconds, ms)`
: Create the date with the given components in the local time zone. Only two first arguments are obligatory.
: Create the date with the given components in the local time zone. Only the first two arguments are obligatory.
Note: