Skip to content

Commit a019a52

Browse files
committed
Fix table in documentation for test_bit
1 parent e116811 commit a019a52

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

lib/aiken/bytearray.ak

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -460,9 +460,9 @@ test to_hex_2() {
460460
/// For example, consider the following bytearray: `#"8b765f"`. It can also be written as the
461461
/// following bits sequence:
462462
///
463-
/// | `8` | `b` | `7` | `6` | `5` | `f` |
464-
/// | --- | --- | --- | --- | --- | --- |
465-
/// | `1000` | `1011` | `0111` | `0110` | `0101` | `1111` |
463+
/// `8` | `b` | `7` | `6` | `5` | `f`
464+
/// --- | --- | --- | --- | --- | ---
465+
/// `1000` | `1011` | `0111` | `0110` | `0101` | `1111`
466466
///
467467
/// And thus, we have:
468468
///

0 commit comments

Comments
 (0)