Skip to content

Commit ab25fa4

Browse files
committed
Fix distinguishability for bigint and numeric types
Closes #1010. Closes #1043 by superseding it.
1 parent d8b9790 commit ab25fa4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.bs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3537,7 +3537,7 @@ the following algorithm returns <i>true</i>.
35373537
<td class="belowdiagonal">
35383538
<td class="belowdiagonal">
35393539
<td>
3540-
<td>
3540+
<td>(b)
35413541
<td>●
35423542
<td>●
35433543
<td>●
@@ -3550,7 +3550,7 @@ the following algorithm returns <i>true</i>.
35503550
<td class="belowdiagonal">
35513551
<td class="belowdiagonal">
35523552
<td class="belowdiagonal">
3553-
<td>(b)
3553+
<td>
35543554
<td>●
35553555
<td>●
35563556
<td>●

0 commit comments

Comments
 (0)