Skip to content

Commit 2410129

Browse files
docs: updates the link in Math.ceil's docstring to point at the right place (#251)
resolves #250
1 parent f042582 commit 2410129

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/Core__Math.resi

+1-1
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,7 @@ module Int: {
294294

295295
/**
296296
ceil(v) returns the smallest `int` greater than or equal to the argument;
297-
See [`Math.floor`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Math/floor)
297+
See [`Math.ceil`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Math/ceil)
298298
on MDN.
299299

300300
## Examples

0 commit comments

Comments
 (0)