Skip to content

Commit bd372eb

Browse files
Fix a doctest
1 parent 23d3d2c commit bd372eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Core__BigInt.res

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ BigInt.fromStringExn("0o11")
3030
try {
3131
BigInt.fromStringExn("a")
3232
} catch {
33-
| _ => ...
33+
| Exn.Error(_error) => 0n
3434
}
3535
```
3636
*/

0 commit comments

Comments
 (0)