Skip to content
Snippets Groups Projects
Commit 700eeab9 authored by Hécate Kleidukos's avatar Hécate Kleidukos :hospital: Committed by Marge Bot
Browse files

base: Use a more appropriate unicode arrow for the ByteArray diagram

This commit rectifies the usage of a unicode arrow in favour of one that
doesn't provoke mis-alignment.
parent b3cc5366
No related branches found
No related tags found
No related merge requests found
...@@ -48,7 +48,7 @@ import Prelude ...@@ -48,7 +48,7 @@ import Prelude
-- The memory representation of a 'ByteArray' is: -- The memory representation of a 'ByteArray' is:
-- --
-- > ╭─────────────┬───╮ ╭────────┬──────┬─────────╮ -- > ╭─────────────┬───╮ ╭────────┬──────┬─────────╮
-- > │ Constructor │ * ┼─│ Header │ Size │ Payload │ -- > │ Constructor │ * ┼─│ Header │ Size │ Payload │
-- > ╰─────────────┴───╯ ╰────────┴──────┴─────────╯ -- > ╰─────────────┴───╯ ╰────────┴──────┴─────────╯
-- --
-- And its overhead is the following: -- And its overhead is the following:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment