diff --git a/src/Core__Math.resi b/src/Core__Math.resi index ef146f9b..1216f72e 100644 --- a/src/Core__Math.resi +++ b/src/Core__Math.resi @@ -788,7 +788,7 @@ See [`Math.sign`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Refere ```rescript Math.sign(3.0) // 1.0 -Math.sign(-3.0) // 1.0 +Math.sign(-3.0) // -1.0 Math.sign(0.0) // 0.0 ``` */