Skip to content

Commit 78bfd9c

Browse files
committed
Merge pull request #93 from slugbyte/patch-1
square brackets set individual bytes
2 parents 46a0baf + e071ba8 commit 78bfd9c

File tree

1 file changed

+1
-1
lines changed
  • pages/articles/advanced/buffers/how-to-use-buffers

1 file changed

+1
-1
lines changed

pages/articles/advanced/buffers/how-to-use-buffers/content.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ Again, the first argument is the encoding. In this case, it can be seen that not
7373

7474
#### Individual octets:
7575

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

7878
> buffer[12] = buffer[11];
7979
33

0 commit comments

Comments
 (0)