Skip to content

Commit 3aab84b

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

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 1 addition & 1 deletion
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', function test( t ) {
61+
tape( 'the function calculates the mid-range of a one-dimensional ndarray', function test( t ) {
6262
var x;
6363
var v;
6464

lib/node_modules/@stdlib/stats/base/ndarray/dmidrange/test/test.native.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ tape( 'the function has an arity of 1', opts, function test( t ) {
6767
t.end();
6868
});
6969

70-
tape( 'the function calculates the midrange of a one-dimensional ndarray', opts, function test( t ) {
70+
tape( 'the function calculates the mid-range of a one-dimensional ndarray', opts, function test( t ) {
7171
var x;
7272
var v;
7373

0 commit comments

Comments
 (0)