Skip to content

Commit 8782257

Browse files
authored
Fix typo (#295)
1 parent 02b6885 commit 8782257

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ if (!Buffer.TYPED_ARRAY_SUPPORT && typeof console !== 'undefined' &&
4747
}
4848

4949
function typedArraySupport () {
50-
// Can typed array instances can be augmented?
50+
// Can typed array instances be augmented?
5151
try {
5252
const arr = new Uint8Array(1)
5353
const proto = { foo: function () { return 42 } }

0 commit comments

Comments
 (0)