Skip to content

Commit 9643b89

Browse files
authored
Apply suggestions from code review
Co-authored-by: Athan <kgryte@gmail.com> Signed-off-by: Athan <kgryte@gmail.com>
1 parent b7caeae commit 9643b89

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

lib/node_modules/@stdlib/blas/ext/to-sorted/test/test.assign.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -692,7 +692,7 @@ tape( 'the function throws an error if the input ndarray cannot be safely cast t
692692
}
693693
});
694694

695-
tape( 'the function throws an error if provided a `sortOrder` argument which is not an ndarray-like object, a numeric scalar, or a support string', function test( t ) {
695+
tape( 'the function throws an error if provided a `sortOrder` argument which is not an ndarray-like object, a numeric scalar, or a supported string', function test( t ) {
696696
var values;
697697
var x;
698698
var y;
@@ -727,7 +727,7 @@ tape( 'the function throws an error if provided a `sortOrder` argument which is
727727
}
728728
});
729729

730-
tape( 'the function throws an error if provided a `sortOrder` argument which is not an ndarray-like object, a numeric scalar, or a support string (options)', function test( t ) {
730+
tape( 'the function throws an error if provided a `sortOrder` argument which is not an ndarray-like object, a numeric scalar, or a supported string (options)', function test( t ) {
731731
var values;
732732
var x;
733733
var y;

0 commit comments

Comments
 (0)