We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ebd9ca0 commit 21a4d66Copy full SHA for 21a4d66
Sources/JavaScriptKit/BasicObjects/JSDate.swift
@@ -1,5 +1,5 @@
1
/** A wrapper around the [JavaScript Date
2
-class](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Error) that
+class](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date) that
3
exposes its properties in a type-safe way. This doesn't 100% match the JS API, for example
4
`getMonth`/`setMonth` etc accessor methods are converted to properties, but the rest of it matches
5
in the naming. Parts of the JavaScript `Date` API that are not consistent across browsers and JS
0 commit comments