Skip to content

Commit 2068af1

Browse files
fix: lint error
1 parent 599d246 commit 2068af1

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

lib/node_modules/@stdlib/stats/base/dnanmeanors/benchmark/benchmark.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ var dnanmeanors = require( './../lib/dnanmeanors.js' );
3333
// FUNCTIONS //
3434

3535
/**
36-
* Returns a random number
36+
* Returns a random number.
3737
*
3838
* @private
3939
* @returns {number} random number

lib/node_modules/@stdlib/stats/base/dnanmeanors/benchmark/benchmark.native.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ var opts = {
4242
// FUNCTIONS //
4343

4444
/**
45-
* Returns a random number
45+
* Returns a random number.
4646
*
4747
* @private
4848
* @returns {number} random number

lib/node_modules/@stdlib/stats/base/dnanmeanors/benchmark/benchmark.ndarray.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ var dnanmeanors = require( './../lib/ndarray.js' );
3333
// FUNCTIONS //
3434

3535
/**
36-
* Returns a random number
36+
* Returns a random number.
3737
*
3838
* @private
3939
* @returns {number} random number

lib/node_modules/@stdlib/stats/base/dnanmeanors/benchmark/benchmark.ndarray.native.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ var opts = {
4242
// FUNCTIONS //
4343

4444
/**
45-
* Returns a random number
45+
* Returns a random number.
4646
*
4747
* @private
4848
* @returns {number} random number

0 commit comments

Comments
 (0)