Skip to content

Commit 391a1b4

Browse files
martosaurhappi
authored andcommitted
Fix "hello" string memory breakdown
1 parent 4b6fe41 commit 391a1b4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

chapters/type_system.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -430,7 +430,7 @@ The string "hello" might then look like this in memory (xref:string_representati
430430
128 |00000000 00000000 00000110 10001111| (h) 104 bsl 4 + small int tag <--+ |
431431
124 |00000000 00000000 00000000 01110001| 112 + list tag --------------------|--+
432432
120 |00000000 00000000 00000110 01011111| (e) 101 bsl 4 + small int tag <-----+ |
433-
116 |00000000 00000000 00000000 01110001| 112 + list tag -----------------------|--+
433+
116 |00000000 00000000 00000000 01110001| 104 + list tag -----------------------|--+
434434
112 |00000000 00000000 00000110 11001111| (l) 108 bsl 4 + small int tag <--------+ |
435435
108 |00000000 00000000 00000000 01110001| 96 + list tag ---------------------------|--+
436436
104 |00000000 00000000 00000110 11001111| (l) 108 bsl 4 + small int tag <-----------+ |

0 commit comments

Comments
 (0)