Skip to content

Commit f71ede9

Browse files
committed
fix test
1 parent 4f673ab commit f71ede9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

runtime/Stdlib_BigInt.resi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ See [`BigInt.asIntN`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Re
1111
## Examples
1212
1313
```rescript
14-
BigInt.asIntN(~width=4, 25n)->assertEqual(9n)
14+
BigInt.asIntN(~width=4, 25n)->assertEqual(-7n)
1515
BigInt.asIntN(~width=4, 3n)->assertEqual(3n)
1616
```
1717
*/

0 commit comments

Comments
 (0)