We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02b6885 commit 8782257Copy full SHA for 8782257
1 file changed
index.js
@@ -47,7 +47,7 @@ if (!Buffer.TYPED_ARRAY_SUPPORT && typeof console !== 'undefined' &&
47
}
48
49
function typedArraySupport () {
50
- // Can typed array instances can be augmented?
+ // Can typed array instances be augmented?
51
try {
52
const arr = new Uint8Array(1)
53
const proto = { foo: function () { return 42 } }
0 commit comments