Skip to content

Commit

Permalink
Merge pull request #93 from slugbyte/patch-1
Browse files Browse the repository at this point in the history
square brackets set individual bytes
  • Loading branch information
indexzero committed Sep 15, 2015
2 parents 46a0baf + e071ba8 commit 78bfd9c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ Again, the first argument is the encoding. In this case, it can be seen that not

#### Individual octets:

You can also set individual bits by using an array-like syntax:
You can also set individual bytes by using an array-like syntax:

> buffer[12] = buffer[11];
33
Expand Down

0 comments on commit 78bfd9c

Please sign in to comment.