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 d917801 commit ca5b268Copy full SHA for ca5b268
lib/node_modules/@stdlib/assert/instance-of/test/test.js
@@ -15,7 +15,7 @@ tape( 'main export is a function', function test( t ) {
15
t.end();
16
});
17
18
-tape( 'the function throws an error if a constructor argument which is not callable', function test( t ) {
+tape( 'the function throws an error if provided a constructor argument which is not callable', function test( t ) {
19
var values;
20
var i;
21
0 commit comments