Skip to content

Commit fc507e4

Browse files
committed
Remove newline in toPrecisionWithPrecision doc comment
1 parent 9ef29c0 commit fc507e4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

runtime/Stdlib_Int.resi

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,6 @@ Int.toPrecisionWithPrecision(1, ~digits=2) // "1.0"
186186
- `RangeError`: If `digits` is not between 1 and 100 (inclusive).
187187
Implementations are allowed to support larger and smaller values as well.
188188
ECMA-262 only requires a precision of up to 21 significant digits.
189-
190189
*/
191190
@send @deprecated("Use `toPrecision` instead")
192191
external toPrecisionWithPrecision: (int, ~digits: int) => string = "toPrecision"

0 commit comments

Comments
 (0)