Skip to content

Commit e2c223d

Browse files
authored
test: update description
Signed-off-by: Athan <kgryte@gmail.com>
1 parent 5ee7147 commit e2c223d

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/stats/base/ndarray/dnanmeanpn/test

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/stats/base/ndarray/dnanmeanpn/test/test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ tape( 'the function supports negative strides', function test( t ) {
150150
t.end();
151151
});
152152

153-
tape( 'if provided a stride equal to 0, the function returns the first element', function test( t ) {
153+
tape( 'when provided an input ndarray having a stride equal to 0, the function returns the first indexed element', function test( t ) {
154154
var x;
155155
var v;
156156

0 commit comments

Comments
 (0)