Skip to content

Commit 3312b83

Browse files
authored
Fix bit representation of nibble $B (#24)
As identified by MaxGripe on Discord (https://discord.com/channels/303217943234215948/995647794247372830/998706741426532422)
1 parent e6e2b60 commit 3312b83

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/part1/bin_and_hex.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ This is *much* more compact than binary, and slightly more than decimal, too; bu
9090
$8 | %1000
9191
$9 | %1001
9292
$A | %1010
93-
$B | %1010
93+
$B | %1011
9494
$C | %1100
9595
$D | %1101
9696
$E | %1110

0 commit comments

Comments
 (0)