Skip to content

Commit 21a4d66

Browse files
authored
Fix incorrect link in JSDate documentation (#122)
1 parent ebd9ca0 commit 21a4d66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/JavaScriptKit/BasicObjects/JSDate.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/** A wrapper around the [JavaScript Date
2-
class](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Error) that
2+
class](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date) that
33
exposes its properties in a type-safe way. This doesn't 100% match the JS API, for example
44
`getMonth`/`setMonth` etc accessor methods are converted to properties, but the rest of it matches
55
in the naming. Parts of the JavaScript `Date` API that are not consistent across browsers and JS

0 commit comments

Comments
 (0)