Skip to content

Commit ca5b268

Browse files
committed
Add missing word
1 parent d917801 commit ca5b268

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/assert/instance-of/test

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/assert/instance-of/test/test.js

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

18-
tape( 'the function throws an error if a constructor argument which is not callable', function test( t ) {
18+
tape( 'the function throws an error if provided a constructor argument which is not callable', function test( t ) {
1919
var values;
2020
var i;
2121

0 commit comments

Comments
 (0)