Skip to content

Commit 852301f

Browse files
committed
Fix missing article
1 parent 40e2361 commit 852301f

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/proxy/ctor/test

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/proxy/ctor/test/test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ tape( 'main export is a function', function test( t ) {
3333
t.end();
3434
});
3535

36-
tape( 'if an environment supports ES6/ES2015+ `Proxy`, the main export is `Proxy` function', function test( t ) {
36+
tape( 'if an environment supports ES6/ES2015+ `Proxy`, the main export is the `Proxy` global', function test( t ) {
3737
var Proxy;
3838
var mock;
3939

0 commit comments

Comments
 (0)