Skip to content

Commit 91cf63d

Browse files
author
PhilLavoie
committed
Fixing a small typo on Typed Arrays example
1 parent 171b4af commit 91cf63d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

features.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1326,7 +1326,7 @@ protocols, cryptography algorithms, file format manipulations, etc.
13261326
6| // struct Example { unsigned long id; char username[16]; float amountDue; };
13271327
6| class Example {
13281328
6| constructor (buffer = |new ArrayBuffer(24)|) {
1329-
6| this.buffer = buffer;
1329+
6| this._buffer = buffer;
13301330
6| }
13311331
6| set buffer (buffer) {
13321332
6| this._buffer = buffer;

0 commit comments

Comments
 (0)