Skip to content

Commit fbc0e58

Browse files
committed
Auto-generated commit
1 parent 093f08f commit fbc0e58

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/test.sort.js

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

77-
tape( 'attached to the prototype of the main export is an `sort` method', function test( t ) {
77+
tape( 'attached to the prototype of the main export is a `sort` method', function test( t ) {
7878
t.strictEqual( hasOwnProp( Complex64Array.prototype, 'sort' ), true, 'has property' );
7979
t.strictEqual( isFunction( Complex64Array.prototype.sort ), true, 'has method' );
8080
t.end();

0 commit comments

Comments
 (0)