Skip to content

Commit

Permalink
Count 123
Browse files Browse the repository at this point in the history
Fixes: bitfield indices had 3 twice
  • Loading branch information
akauppi authored and wrenger committed Feb 15, 2024
1 parent 3d41826 commit 1f969d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Suppose we want to store multiple data inside a single Byte, as shown below:
<td>5</td>
<td>4</td>
<td>3</td>
<td>3</td>
<td>2</td>
<td>1</td>
<td>0</td>
</tr>
Expand Down

0 comments on commit 1f969d8

Please sign in to comment.