Skip to content

Commit d12ed27

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

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

lib/node_modules/@stdlib/blas/ext/join/test/test.assign.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -391,7 +391,7 @@ tape( 'the function throws an error if provided a `dims` option which contains d
391391
}
392392
});
393393

394-
tape( 'the function joins elements of an input ndarray using a separator along an ndarray dimensions and assigns results to an output ndarray (default, row-major)', function test( t ) {
394+
tape( 'the function joins elements of an input ndarray using a separator along one or more ndarray dimensions and assigns results to an output ndarray (default, row-major)', function test( t ) {
395395
var expected;
396396
var actual;
397397
var xbuf;
@@ -417,7 +417,7 @@ tape( 'the function joins elements of an input ndarray using a separator along a
417417
t.end();
418418
});
419419

420-
tape( 'the function joins elements of an input ndarray using a separator along an ndarray dimensions and assigns results to an output ndarray (default, column-major)', function test( t ) {
420+
tape( 'the function joins elements of an input ndarray using a separator along one or more ndarray dimensions and assigns results to an output ndarray (default, column-major)', function test( t ) {
421421
var expected;
422422
var actual;
423423
var xbuf;

0 commit comments

Comments
 (0)