Skip to content

Commit c3b1ebb

Browse files
authored
Update test.main.js
Signed-off-by: Sachin Pangal <151670745+Sachinn-64@users.noreply.github.com>
1 parent e4faa66 commit c3b1ebb

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

lib/node_modules/@stdlib/stats/base/ndarray/dnanmidrange/test/test.main.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ tape( 'the function has an arity of 1', function test( t ) {
5858
t.end();
5959
});
6060

61-
tape( 'the function calculates the midrange of a one-dimensional ndarray, ignoring NaN values', function test( t ) {
61+
tape( 'the function calculates the mid-range of a one-dimensional ndarray, ignoring NaN values', function test( t ) {
6262
var x;
6363
var v;
6464

@@ -97,7 +97,7 @@ tape( 'if provided an empty ndarray, the function returns `NaN`', function test(
9797
t.end();
9898
});
9999

100-
tape( 'if provided an ndarray containing a single non-NaN element, the function returns that element', function test( t ) {
100+
tape( 'if provided an ndarray containing a single element, the function returns that element', function test( t ) {
101101
var x;
102102
var v;
103103

0 commit comments

Comments
 (0)