Skip to content

Commit 5163d3b

Browse files
authored
Merge pull request #326 from codecrafters-io/andy/tweak
Tweak instructions #jz6
2 parents aa47bdf + ead1ea4 commit 5163d3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

course-definition.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -678,7 +678,7 @@ stages:
678678
- String encoding begins with a size-encoded value that specifies the number of characters in the string.
679679
- List encoding begins with a size-encoded value that specifies the number of elements in the list.
680680
681-
The first two bits of a size-encoded value indicate how the value should be parsed. Here's a guide (bits are shown in both hexadecimal and binary):
681+
The first (most significant) two bits of a size-encoded value indicate how the value should be parsed. Here's a guide (bits are shown in both hexadecimal and binary):
682682
```
683683
/* If the first two bits are 0b00:
684684
The size is the remaining 6 bits of the byte.

0 commit comments

Comments
 (0)