Skip to content

Commit 314aac0

Browse files
committed
Typo.
1 parent 9acd5c8 commit 314aac0

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

www/notes/dupe.scrbl

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -268,9 +268,10 @@ as @racket[0] (@code[#:lang "racket"]{#b00}).
268268
If you wanted to determine if a 64-bit integer represented an integer
269269
or a boolean, you simply need to inquire about the value of the least
270270
significant bit. At a high-level, this just corresponds to asking if
271-
the number is even or odd. Odd numbers end in the bit , so they
272-
reprepresent booleans. Even numbers represent integers. Here are
273-
some functions to check our understanding of the encoding:
271+
the number is even or odd. Odd numbers end in the bit (@code[#:lang
272+
"racket"]{#b1}), so they reprepresent booleans. Even numbers
273+
represent integers. Here are some functions to check our
274+
understanding of the encoding:
274275

275276
@#reader scribble/comment-reader
276277
(ex

0 commit comments

Comments
 (0)