Skip to content

Commit 8284eed

Browse files
authored
test: update description
Signed-off-by: Athan <[email protected]>
1 parent 7ed4e84 commit 8284eed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/dstructs/named-typed-tuple/test/test.to_string.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ tape( 'a tuple has a `toString` method', function test( t ) {
4848
t.end();
4949
});
5050

51-
tape( 'the method throws an error if invoked with a `this` context which is not the host tuple instance', function test( t ) {
51+
tape( 'the method throws an error if invoked with a `this` context which is not a tuple instance', function test( t ) {
5252
var values;
5353
var Point;
5454
var p;

0 commit comments

Comments
 (0)