We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e116811 commit a019a52Copy full SHA for a019a52
lib/aiken/bytearray.ak
@@ -460,9 +460,9 @@ test to_hex_2() {
460
/// For example, consider the following bytearray: `#"8b765f"`. It can also be written as the
461
/// following bits sequence:
462
///
463
-/// | `8` | `b` | `7` | `6` | `5` | `f` |
464
-/// | --- | --- | --- | --- | --- | --- |
465
-/// | `1000` | `1011` | `0111` | `0110` | `0101` | `1111` |
+/// `8` | `b` | `7` | `6` | `5` | `f`
+/// --- | --- | --- | --- | --- | ---
+/// `1000` | `1011` | `0111` | `0110` | `0101` | `1111`
466
467
/// And thus, we have:
468
0 commit comments