Skip to content

Commit bb4faaa

Browse files
committed
Fixes #187.
1 parent bb9e256 commit bb4faaa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

www/notes/mug.scrbl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ For example, here is a data section:
124124
]
125125

126126
These psuedo-instructions will add to the data segment of our program
127-
56-bytes of data. The first 8-bytes consist of the number 6. The
127+
32-bytes of data. The first 8-bytes consist of the number 6. The
128128
next 4-bytes consist of the number @racket[72], i.e. the codepoint for
129129
@racket[#\H]. The next 4-bytes consist of the codepoint for
130130
@racket[#\e] and so on. The names of these psuedo-instructions

0 commit comments

Comments
 (0)