Skip to content

Commit d590fad

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

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

lib/node_modules/@stdlib/stats/strided/distances/dcorrelation/test/test.dcorrelation.native.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ tape( 'the function has an arity of 5', opts, function test( t ) {
4848
t.end();
4949
});
5050

51-
tape( 'the function calculates the Correlation distance between two strided arrays', opts, function test( t ) {
51+
tape( 'the function calculates the correlation distance between two strided arrays', opts, function test( t ) {
5252
var c;
5353
var x;
5454
var y;

lib/node_modules/@stdlib/stats/strided/distances/dcorrelation/test/test.ndarray.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ tape( 'the function has an arity of 7', function test( t ) {
3939
t.end();
4040
});
4141

42-
tape( 'the function calculates the Correlation distance between two strided arrays', function test( t ) {
42+
tape( 'the function calculates the correlation distance between two strided arrays', function test( t ) {
4343
var c;
4444
var x;
4545
var y;

lib/node_modules/@stdlib/stats/strided/distances/dcorrelation/test/test.ndarray.native.js

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

51-
tape( 'the function calculates the Correlation distance between two strided arrays', opts, function test( t ) {
51+
tape( 'the function calculates the correlation distance between two strided arrays', opts, function test( t ) {
5252
var c;
5353
var x;
5454
var y;

0 commit comments

Comments
 (0)