Skip to content
This repository was archived by the owner on Jun 5, 2022. It is now read-only.

Commit e0dd5ec

Browse files
committed
fix MDN link
1 parent e62099f commit e0dd5ec

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55

66
Wraps the math functions and constants from Javascript's built-in `Math` object.
7-
See [Math Documentation at MDN](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Math).
7+
See [Math Reference at MDN](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Math).
88

99
#### `Radians`
1010

src/Math.purs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
-- | Wraps the math functions and constants from Javascript's built-in `Math` object.
2-
-- | See [Math Documentation at MDN](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Math).
2+
-- | See [Math Reference at MDN](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Math).
33
module Math where
44

55
-- | An alias to make types in this module more explicit.

0 commit comments

Comments
 (0)