diff --git a/runtime/Math.resi b/runtime/Math.resi index ef146f9bcb..0ef32890ba 100644 --- a/runtime/Math.resi +++ b/runtime/Math.resi @@ -270,7 +270,7 @@ module Int: { ```rescript Math.Int.sign(3) // 1 - Math.Int.sign(-3) // 1 + Math.Int.sign(-3) // -1 Math.Int.sign(0) // 0 ``` */