Skip to content

Commit 8348f46

Browse files
authored
test: update description
Signed-off-by: Athan <kgryte@gmail.com>
1 parent 799f632 commit 8348f46

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • lib/node_modules/@stdlib/stats/base/ndarray/sdsnanmeanors/test

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ tape( 'if provided an empty ndarray, the function returns `NaN`', function test(
8888
t.end();
8989
});
9090

91-
tape( 'if every indexed element is `NaN`, the function returns `NaN`', function test( t ) {
91+
tape( 'if every element is `NaN`, the function returns `NaN`', function test( t ) {
9292
var x;
9393
var v;
9494

0 commit comments

Comments
 (0)