Skip to content

Commit 5dd8ac5

Browse files
committed
Add missing article
1 parent 486921a commit 5dd8ac5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/node_modules/@stdlib/ml/online-binary-classification/test/test.dot.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ tape( 'main export is a function', function test( t ) {
1414
t.end();
1515
});
1616

17-
tape( 'function calculates the dot product of two arrays', function test( t ) {
17+
tape( 'the function calculates the dot product of two arrays', function test( t ) {
1818
var expected;
1919
var actual;
2020
var x;

lib/node_modules/@stdlib/ml/online-sgd-regression/test/test.dot.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ tape( 'main export is a function', function test( t ) {
1414
t.end();
1515
});
1616

17-
tape( 'function calculates the dot product of two arrays', function test( t ) {
17+
tape( 'the function calculates the dot product of two arrays', function test( t ) {
1818
var expected;
1919
var actual;
2020
var x;

0 commit comments

Comments
 (0)