We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f042582 commit fc09583Copy full SHA for fc09583
src/Core__Math.resi
@@ -294,7 +294,7 @@ module Int: {
294
295
/**
296
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)
+ See [`Math.ceil`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Math/ceil)
298
on MDN.
299
300
## Examples
0 commit comments